diff options
Diffstat (limited to 'lib/stream.lib.php')
-rw-r--r-- | lib/stream.lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stream.lib.php b/lib/stream.lib.php index 30721837..588f9251 100644 --- a/lib/stream.lib.php +++ b/lib/stream.lib.php @@ -27,7 +27,7 @@ function show_now_playing() { // GC! Stream::gc_session(); - gc_now_playing(); + Stream::gc_now_playing(); $web_path = Config::get('web_path'); $results = get_now_playing(); |