From 99baf7582de072847cf6307d5b291168520554b1 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 3 Dec 2007 09:14:38 +0000 Subject: added paging to the playlist view, corrected a few stupid parse errors / mistakes --- lib/stream.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stream.lib.php') 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(); -- cgit