diff options
Diffstat (limited to 'lib/stream.lib.php')
-rw-r--r-- | lib/stream.lib.php | 4 |
1 files 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(); |