pass enableSubtitles option to VideoPlayer
This commit is contained in:
parent
c0bc86b1ca
commit
36c2d60e90
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
enableKeyboard: true,
|
||||
enableMouse: true,
|
||||
enablePosition: true,
|
||||
enableSubtitles: self.options.enableSubtitles,
|
||||
enableTimeline: true,
|
||||
externalControls: true,
|
||||
height: getPlayerHeight(),
|
||||
|
|
Loading…
Reference in a new issue