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

-fixed
This commit is contained in:
denise 2012-08-16 14:37:10 -04:00
parent 6b54440b7e
commit 5e6a94edb9
1 changed files with 4 additions and 0 deletions

View File

@ -235,6 +235,10 @@ SQL;
$formatter = new LengthFormatter($offset_cliplength);
$row['offset'] = $formatter->format();
$fades = $this->getFadeInfo($row['position']);
$row['fadein'] = $fades[0];
$row['fadeout'] = $fades[1];
}
return $rows;