diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-08 03:54:04 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-08 03:54:04 +0000 |
commit | 2799c89f58d389ac659c0bc414a86cb1454afd75 (patch) | |
tree | 16392f16aec13dafb97768f894312974d83e87f2 /play/index.php | |
parent | 059f6d4d5cde3a66b3c1a998ce123e7eb88e7a98 (diff) | |
download | ampache-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/index.php')
-rw-r--r-- | play/index.php | 2 |
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) { |