summaryrefslogtreecommitdiffstats
path: root/localplay.php
diff options
context:
space:
mode:
Diffstat (limited to 'localplay.php')
-rw-r--r--localplay.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/localplay.php b/localplay.php
index c808270c..8ab9ca1c 100644
--- a/localplay.php
+++ b/localplay.php
@@ -47,6 +47,9 @@ switch ($_REQUEST['action']) {
$localplay = new Localplay($GLOBALS['user']->prefs['localplay_controller']);
$localplay->add_instance($_POST);
break;
+ case 'show_songs':
+
+ break;
case 'delete_song':
$song_id = scrub_in($_REQUEST['song_id']);
$songs = array($song_id);