1
0
Fork 0
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:
Karl 'vollmerk' Vollmer 2007-11-19 07:40:48 +00:00
parent 9c15441ab4
commit f4d94f034e
6 changed files with 179 additions and 94 deletions

View file

@ -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: