CC-4238: Playlists: Fade in/out is in wrong format

-added comment
This commit is contained in:
denise 2012-08-16 14:45:51 -04:00
parent 5e6a94edb9
commit ae0d5d8598
2 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,7 @@ EOT;
$formatter = new LengthFormatter($offset_cliplength);
$row['offset'] = $formatter->format();
//format the fades in format 00(.000000)
$fades = $this->getFadeInfo($row['position']);
$row['fadein'] = $fades[0];
$row['fadeout'] = $fades[1];

View File

@ -236,6 +236,7 @@ SQL;
$formatter = new LengthFormatter($offset_cliplength);
$row['offset'] = $formatter->format();
//format the fades in format 00(.000000)
$fades = $this->getFadeInfo($row['position']);
$row['fadein'] = $fades[0];
$row['fadeout'] = $fades[1];