From 2799c89f58d389ac659c0bc414a86cb1454afd75 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 8 Mar 2009 03:54:04 +0000 Subject: add length to the video browse, put in some stuff for the now playing table up the config version in prep for another alpha --- play/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play/index.php') diff --git a/play/index.php b/play/index.php index d98ca31e..d3a3579b 100644 --- a/play/index.php +++ b/play/index.php @@ -319,7 +319,7 @@ else { } // else not downsampling // Put this song in the now_playing table -Stream::insert_now_playing($media->id,$uid,$media->time,$sid); +Stream::insert_now_playing($media->id,$uid,$media->time,$sid,get_class($media)); if ($start > 0) { -- cgit