summaryrefslogtreecommitdiffstats
path: root/lib/class/stream.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-25 07:21:45 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-25 07:21:45 +0000
commit4040d0623dc6c88ee7119dd00244b8800c8e4684 (patch)
tree0babd4abef3d49cfd64c796a69094e53f1919775 /lib/class/stream.class.php
parent608820577f6c5b7cf81860b8bf082285ec01e7f8 (diff)
downloadampache-4040d0623dc6c88ee7119dd00244b8800c8e4684.tar.gz
ampache-4040d0623dc6c88ee7119dd00244b8800c8e4684.tar.bz2
ampache-4040d0623dc6c88ee7119dd00244b8800c8e4684.zip
fixed the page reloads once and for all, had to revert to iframe for democratic play and localplay, fixed an adding issue with democratic play if the songs were left in your active playlist
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r--lib/class/stream.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php
index 09f3cf8a..1b44a492 100644
--- a/lib/class/stream.class.php
+++ b/lib/class/stream.class.php
@@ -473,7 +473,7 @@ class Stream {
$democratic = Democratic::get_current_playlist();
$democratic->vote($this->songs);
-
+
} // create_democratic
/**
@@ -660,7 +660,7 @@ class Stream {
// Load our javascript
echo "<script type=\"text/javascript\">";
//echo "reload_util();";
- echo "reload_util2('".$_SESSION['iframe']['target']."');";
+ echo "reload_util('".$_SESSION['iframe']['target']."');";
echo "</script>";
} // run_playlist_method