CC-4238: Playlists: Fade in/out is in wrong format
-fixed
This commit is contained in:
parent
73ec580316
commit
6b54440b7e
|
@ -215,6 +215,10 @@ EOT;
|
|||
|
||||
$formatter = new LengthFormatter($offset_cliplength);
|
||||
$row['offset'] = $formatter->format();
|
||||
|
||||
$fades = $this->getFadeInfo($row['position']);
|
||||
$row['fadein'] = $fades[0];
|
||||
$row['fadeout'] = $fades[1];
|
||||
}
|
||||
|
||||
return $rows;
|
||||
|
|
Loading…
Reference in New Issue