CC-2448: Dragging to first position error

- fixed. Final
This commit is contained in:
James 2011-06-24 17:16:32 -04:00
parent 975633b9cf
commit 0b0d38b990
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ class Playlist {
$info = explode('.', $rounded);
if(!isset($info[1])){
$milliStr = 0;
}else{
$milliStr = $info[1];
}
$hours = floor($seconds / 3600);
$seconds -= $hours * 3600;