summaryrefslogtreecommitdiffstats
path: root/song.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-16 02:59:34 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-16 02:59:34 +0000
commitd76cefcf01ca215813eb5d4d7f118115aa0718a9 (patch)
tree75076d01fdaabbc5332f886a461cec21267949a4 /song.php
parent0ab8de668c22f7989d4451b84c072524c7ab78de (diff)
downloadampache-d76cefcf01ca215813eb5d4d7f118115aa0718a9.tar.gz
ampache-d76cefcf01ca215813eb5d4d7f118115aa0718a9.tar.bz2
ampache-d76cefcf01ca215813eb5d4d7f118115aa0718a9.zip
fixed disabled songs mojo
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
-}
-
-
+?>