summaryrefslogtreecommitdiffstats
path: root/stream.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-02-09 22:28:59 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-02-09 22:28:59 +0000
commitf694c28b6331ce772dc06107209d09e466d82cad (patch)
tree6d94b36653175dc5769ee832a7c7fd15ced835e7 /stream.php
parent0c989727722f5ef9593560fe31d4fda4b4565498 (diff)
downloadampache-f694c28b6331ce772dc06107209d09e466d82cad.tar.gz
ampache-f694c28b6331ce772dc06107209d09e466d82cad.tar.bz2
ampache-f694c28b6331ce772dc06107209d09e466d82cad.zip
fix edit links, and some interface issues I created with other changes
Diffstat (limited to 'stream.php')
-rw-r--r--stream.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream.php b/stream.php
index 9b0bac03..c33da1ce 100644
--- a/stream.php
+++ b/stream.php
@@ -145,7 +145,6 @@ switch ($_REQUEST['action']) {
case 'democratic':
$democratic = new Democratic($_REQUEST['democratic_id']);
$urls[] = $democratic->get_url();
- $song_ids = array('0');
break;
case 'download':
$song_ids[] = $_REQUEST['song_id'];