CC-2448: Dragging to first position error
- fixed. Final
This commit is contained in:
parent
975633b9cf
commit
0b0d38b990
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ class Playlist {
|
||||||
$info = explode('.', $rounded);
|
$info = explode('.', $rounded);
|
||||||
if(!isset($info[1])){
|
if(!isset($info[1])){
|
||||||
$milliStr = 0;
|
$milliStr = 0;
|
||||||
|
}else{
|
||||||
|
$milliStr = $info[1];
|
||||||
}
|
}
|
||||||
$hours = floor($seconds / 3600);
|
$hours = floor($seconds / 3600);
|
||||||
$seconds -= $hours * 3600;
|
$seconds -= $hours * 3600;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue