CC-4238: Playlists: Fade in/out is in wrong format
-added comment
This commit is contained in:
parent
5e6a94edb9
commit
ae0d5d8598
2 changed files with 2 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue