diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-02-28 06:07:34 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-02-28 06:07:34 +0000 |
commit | 7bdf3a77b706c01c1642a02f21823b74f8f930db (patch) | |
tree | 4cd5b24b032c34b85a264c062ed9069eed1d93ac /lib | |
parent | de8d1eafb0da08577deaaee85ea0d74843360e3e (diff) | |
download | ampache-7bdf3a77b706c01c1642a02f21823b74f8f930db.tar.gz ampache-7bdf3a77b706c01c1642a02f21823b74f8f930db.tar.bz2 ampache-7bdf3a77b706c01c1642a02f21823b74f8f930db.zip |
we need the gcing
Diffstat (limited to 'lib')
-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(); |