CC-4238: Playlists: Fade in/out is in wrong format
-added comment
This commit is contained in:
parent
5e6a94edb9
commit
ae0d5d8598
|
@ -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];
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue