summaryrefslogtreecommitdiffstats
path: root/stream.php
diff options
context:
space:
mode:
Diffstat (limited to 'stream.php')
-rw-r--r--stream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.php b/stream.php
index c8118e88..996f2b8b 100644
--- a/stream.php
+++ b/stream.php
@@ -146,7 +146,7 @@ switch ($_REQUEST['action']) {
case 'democratic':
$democratic = Democratic::get_current_playlist();
$urls[] = $democratic->get_url();
- $song_ids = array();
+ $song_ids = array('0');
break;
case 'download':
$song_ids[] = $_REQUEST['song_id'];