summaryrefslogtreecommitdiffstats
path: root/play
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-08 03:54:04 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-08 03:54:04 +0000
commit2799c89f58d389ac659c0bc414a86cb1454afd75 (patch)
tree16392f16aec13dafb97768f894312974d83e87f2 /play
parent059f6d4d5cde3a66b3c1a998ce123e7eb88e7a98 (diff)
downloadampache-2799c89f58d389ac659c0bc414a86cb1454afd75.tar.gz
ampache-2799c89f58d389ac659c0bc414a86cb1454afd75.tar.bz2
ampache-2799c89f58d389ac659c0bc414a86cb1454afd75.zip
add length to the video browse, put in some stuff for the now playing table up the config version in prep for another alpha
Diffstat (limited to 'play')
-rw-r--r--play/index.php2
1 files changed, 1 insertions, 1 deletions
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) {