1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 10:49:37 +02:00

* Added new functions to HttpQ controller

* Fixed Catalog cleaning issues and album art issues
* Fixed a minor javascript error with the localplay stuff
* Started work on write_playlists.php.inc (https://ampache.bountysource.com/task/show/542)
This commit is contained in:
Karl 'vollmerk' Vollmer 2007-01-14 03:00:05 +00:00
parent 29420520e9
commit c19f512180
6 changed files with 219 additions and 52 deletions

View file

@ -52,13 +52,8 @@ switch ($action) {
case 'play':
case 'stop':
case 'pause':
$results['lp_state'] = $localplay->get_user_state($function);
$results['lp_playing'] = $localplay->get_user_playing();
break;
case 'next':
case 'prev':
$results['lp_state'] = $localplay->get_user_state('play');
$results['lp_playing'] = $localplay->get_user_playing();
break;
case 'skip':
ob_start();