diff options
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) { |