From 7bdf3a77b706c01c1642a02f21823b74f8f930db Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 28 Feb 2008 06:07:34 +0000 Subject: we need the gcing --- lib/stream.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/stream.lib.php b/lib/stream.lib.php index 89ba2b87..588f9251 100644 --- a/lib/stream.lib.php +++ b/lib/stream.lib.php @@ -26,8 +26,8 @@ function show_now_playing() { // GC! -// Stream::gc_session(); -// Stream::gc_now_playing(); + Stream::gc_session(); + Stream::gc_now_playing(); $web_path = Config::get('web_path'); $results = get_now_playing(); -- cgit