diff options
author | spocky <spocky@ampache> | 2007-11-22 18:58:00 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-11-22 18:58:00 +0000 |
commit | 467fd32a4e74765aa6d7a5f9332df49037e9fa3b (patch) | |
tree | 30602bdd4a6837d3cb48da6e991bf9ca67ed099e /lib/class/stream.class.php | |
parent | 67cbb218cd89ac6be9d1d55ca3799080daac1f5a (diff) | |
download | ampache-467fd32a4e74765aa6d7a5f9332df49037e9fa3b.tar.gz ampache-467fd32a4e74765aa6d7a5f9332df49037e9fa3b.tar.bz2 ampache-467fd32a4e74765aa6d7a5f9332df49037e9fa3b.zip |
Changed how playlists are sent to browsers so that it works on IE. Hopefully there won't be side effects. Karl, if feedback is good, I let you cleanup the code :)
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r-- | lib/class/stream.class.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index 8fa18e81..06f9c45a 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -661,7 +661,8 @@ class Stream { // Load our javascript echo "<script type=\"text/javascript\">"; - echo "reload_util();"; + //echo "reload_util();"; + echo "reload_util2('".$_SESSION['iframe']['target']."');"; echo "</script>"; } // run_playlist_method |