summaryrefslogtreecommitdiffstats
path: root/lib/stream.lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stream.lib.php')
-rw-r--r--lib/stream.lib.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/stream.lib.php b/lib/stream.lib.php
index df07e821..745d1140 100644
--- a/lib/stream.lib.php
+++ b/lib/stream.lib.php
@@ -80,6 +80,10 @@ function clear_now_playing() {
*/
function show_now_playing() {
+ // GC!
+ Stream::gc_session();
+ gc_now_playing();
+
$web_path = Config::get('web_path');
$results = get_now_playing();
require Config::get('prefix') . '/templates/show_now_playing.inc.php';