1
0
Fork 0
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:
Karl 'vollmerk' Vollmer 2007-09-09 22:17:13 +00:00
parent b1b7998a0f
commit f89098d3ac
5 changed files with 55 additions and 3 deletions

View file

@ -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 */