mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 03:49:56 +02:00
more work on the localplay stuff, most details ironed out, just needs some code to back it up, also tweaked plugins and threw in some extra goodies in the preference class, also pimped out the error class
This commit is contained in:
parent
c99ad11ee0
commit
bff9e37fa5
15 changed files with 308 additions and 85 deletions
|
@ -53,6 +53,10 @@ switch ($_REQUEST['page']) {
|
|||
require_once Config::get('prefix') . '/server/playlist.ajax.php';
|
||||
exit;
|
||||
break;
|
||||
case 'localplay':
|
||||
require_once Config::get('prefix') . '/server/localplay.ajax.php';
|
||||
exit;
|
||||
break;
|
||||
default:
|
||||
// A taste of compatibility
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue