diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-03 09:14:38 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-03 09:14:38 +0000 |
commit | 99baf7582de072847cf6307d5b291168520554b1 (patch) | |
tree | 237171eb19f3a9012488cd7f2c5b82608a17b861 /lib/stream.lib.php | |
parent | 28f7ad7026a864479feb92007315a22096c9e6d2 (diff) | |
download | ampache-99baf7582de072847cf6307d5b291168520554b1.tar.gz ampache-99baf7582de072847cf6307d5b291168520554b1.tar.bz2 ampache-99baf7582de072847cf6307d5b291168520554b1.zip |
added paging to the playlist view, corrected a few stupid parse errors / mistakes
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(); |