diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-28 18:42:14 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-28 21:46:00 -0500 |
commit | fbbb015950cbac84e423d55a2bb6910ddfc10df6 (patch) | |
tree | a0fe4c38c462e25575c3af2a216b85acaad4bd73 /lib/ui.lib.php | |
parent | 0451840fa34dfcffd86a00be8dbda9e4abd3f4d3 (diff) | |
download | ampache-fbbb015950cbac84e423d55a2bb6910ddfc10df6.tar.gz ampache-fbbb015950cbac84e423d55a2bb6910ddfc10df6.tar.bz2 ampache-fbbb015950cbac84e423d55a2bb6910ddfc10df6.zip |
Use Session for stream sessions
Diffstat (limited to 'lib/ui.lib.php')
-rw-r--r-- | lib/ui.lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ui.lib.php b/lib/ui.lib.php index 1ac4159d..3769881a 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -538,7 +538,7 @@ function print_bool($value) { */ function show_now_playing() { - Stream::gc(); + Session::gc(); Stream::gc_now_playing(); $web_path = Config::get('web_path'); |