summaryrefslogtreecommitdiffstats
path: root/song.php
diff options
context:
space:
mode:
Diffstat (limited to 'song.php')
-rw-r--r--song.php10
1 files changed, 2 insertions, 8 deletions
diff --git a/song.php b/song.php
index 0a446010..8e1afcc4 100644
--- a/song.php
+++ b/song.php
@@ -126,7 +126,7 @@ elseif ( $_REQUEST['your_popular_songs'] ) {
$song_ids = get_popular_songs($_REQUEST['your_popular_songs'], 'your', $user->username);
}
-
+/* FIXME! */
if ( !$_REQUEST['action'] or $_REQUEST['action'] == 'm3u' ) {
$stream_type = conf('playlist_type');
@@ -138,10 +138,4 @@ if ( !$_REQUEST['action'] or $_REQUEST['action'] == 'm3u' ) {
$stream->start();
} // if streaming
-elseif ( $_REQUEST['action'] == 'show' ) {
- // Show the song details, or the list
- // of songs.
- // TODO
-}
-
-
+?>