diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-28 18:50:57 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-28 18:50:57 +0000 |
commit | 4fcacae75ef9cdd0d921fee3232627f1ac7b57a6 (patch) | |
tree | b96d25093ede2acd0ff3b927171778d6623a0617 /stream.php | |
parent | dbdd96ed1b3b00a850be001f3dbeea3273739a98 (diff) | |
download | ampache-4fcacae75ef9cdd0d921fee3232627f1ac7b57a6.tar.gz ampache-4fcacae75ef9cdd0d921fee3232627f1ac7b57a6.tar.bz2 ampache-4fcacae75ef9cdd0d921fee3232627f1ac7b57a6.zip |
make the httpq and mpd controlers understand live stream urls
Diffstat (limited to 'stream.php')
-rw-r--r-- | stream.php | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -75,10 +75,6 @@ switch ($_REQUEST['action']) { case 'popular_songs': $media_ids = get_popular_songs($_REQUEST['limit'], 'global'); break; - case 'genre': - $genre = new Genre($_REQUEST['genre']); - $media_ids = $genre->get_songs(); - break; case 'artist': $artist = new Artist($_REQUEST['artist_id']); $media_ids = $artist->get_songs(); |