mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
few more tweaks to localplay, added in the mpd table creation mojo, just need to finish install and then build the interface
This commit is contained in:
parent
b1b7998a0f
commit
f89098d3ac
5 changed files with 55 additions and 3 deletions
|
@ -54,6 +54,16 @@ switch ($_REQUEST['action']) {
|
|||
$title = _('Module Deactivated');
|
||||
$body = '';
|
||||
show_confirmation($title,$body,$url);
|
||||
break;
|
||||
case 'install_localplay':
|
||||
|
||||
|
||||
break;
|
||||
case 'confirm_uninstall_localplay':
|
||||
|
||||
break;
|
||||
case 'uninstall_localplay':
|
||||
|
||||
break;
|
||||
case 'install_plugin':
|
||||
/* Verify that this plugin exists */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue