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:
parent
29420520e9
commit
c19f512180
6 changed files with 219 additions and 52 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue