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