diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-16 02:59:34 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-16 02:59:34 +0000 |
commit | d76cefcf01ca215813eb5d4d7f118115aa0718a9 (patch) | |
tree | 75076d01fdaabbc5332f886a461cec21267949a4 /song.php | |
parent | 0ab8de668c22f7989d4451b84c072524c7ab78de (diff) | |
download | ampache-d76cefcf01ca215813eb5d4d7f118115aa0718a9.tar.gz ampache-d76cefcf01ca215813eb5d4d7f118115aa0718a9.tar.bz2 ampache-d76cefcf01ca215813eb5d4d7f118115aa0718a9.zip |
fixed disabled songs mojo
Diffstat (limited to 'song.php')
-rw-r--r-- | song.php | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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 -} - - +?> |