mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
some inital work on an api for amarok, tweaked stream class a bit, think theres still a bug with some playlist methods, also need to confirm problem with IE
This commit is contained in:
parent
9c15441ab4
commit
f4d94f034e
6 changed files with 179 additions and 94 deletions
|
@ -37,7 +37,7 @@ switch ($_REQUEST['action']) {
|
|||
break;
|
||||
case 'basket':
|
||||
// We need to set the basket up!
|
||||
$_SESSION['iframe']['target'] = Config::get('web_path') . '/stream.php?action=basket';
|
||||
$_SESSION['iframe']['target'] = Config::get('web_path') . '/stream.php?action=basket&playlist_method=' . scrub_out($_REQUEST['playlist_method']);
|
||||
$results['rfc3514'] = '<script type="text/javascript">reload_util()</script>';
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue