CC-510: Cue Editor: Please enable to preview the current cue in/out settings.

This commit is contained in:
Naomi 2013-05-07 12:46:44 -04:00
parent c7f377ad3a
commit f64e99176e
4 changed files with 35 additions and 11 deletions

View file

@ -74,6 +74,8 @@ if (($i < count($items) -1) && ($items[$i+1]['type'] == 0)) {
'id' => $item["id"],
'cueIn' => $item['cuein'],
'cueOut' => $item['cueout'],
'cueInSec' => $item['cueInSec'],
'cueOutSec' => $item['cueOutSec'],
'uri' => $fileUrl,
'origLength' => $item['orig_length'])); ?>
</div>