summaryrefslogtreecommitdiffstats
path: root/lib/class/stream.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-03-14 05:33:55 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-03-14 05:33:55 +0000
commit94f37cd899d3b5bf8b95f837f0f25839f4556f48 (patch)
tree4d694ca4384045d212b25b6e8fcbda9eb77ef1e7 /lib/class/stream.class.php
parent7372bddcd04404cfab6f18139a3162221a0f7508 (diff)
downloadampache-94f37cd899d3b5bf8b95f837f0f25839f4556f48.tar.gz
ampache-94f37cd899d3b5bf8b95f837f0f25839f4556f48.tar.bz2
ampache-94f37cd899d3b5bf8b95f837f0f25839f4556f48.zip
fixed some pretty dumb issues with democratic play
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r--lib/class/stream.class.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php
index 10ad2044..87d34d2d 100644
--- a/lib/class/stream.class.php
+++ b/lib/class/stream.class.php
@@ -470,6 +470,7 @@ class Stream {
public function create_democratic() {
$democratic = Democratic::get_current_playlist();
+ $democratic->set_parent();
$democratic->vote($this->songs);
} // create_democratic