CC-2415: subsecond offset in playlist builder incorrect

- fixed
This commit is contained in:
james 2011-07-04 10:25:38 -04:00
parent 75ea77e6a6
commit df64b70280
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ class Playlist {
$seconds = $p_seconds;
$rounded = round($seconds, 1);
$info = explode('.', $rounded);
$seconds = $info[0];
if(!isset($info[1])){
$milliStr = 0;
}else{