From d76cefcf01ca215813eb5d4d7f118115aa0718a9 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 16 Jan 2006 02:59:34 +0000 Subject: fixed disabled songs mojo --- song.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'song.php') 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 -} - - +?> -- cgit