summaryrefslogtreecommitdiffstats
path: root/song.php
diff options
context:
space:
mode:
Diffstat (limited to 'song.php')
-rw-r--r--song.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/song.php b/song.php
index 8e1afcc4..e8989779 100644
--- a/song.php
+++ b/song.php
@@ -72,6 +72,7 @@ switch ($action) {
$playlist = new Playlist($_REQUEST['playlist_id']);
$song_ids = $playlist->get_songs($_REQUEST['song']);
$_REQUEST['action'] = 'm3u';
+ break;
case 'playlist_random':
$playlist = new Playlist($_REQUEST['playlist_id']);
$song_ids = $playlist->get_random_songs();