CC-510: Cue Editor: Please enable to preview the current cue in/out settings.
This commit is contained in:
parent
c7f377ad3a
commit
f64e99176e
4 changed files with 35 additions and 11 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue