in VideoPlayer, pass playInToOut as showInToOut to SmallVideoTimeline
This commit is contained in:
parent
57ca8e44b4
commit
f078af1c05
1 changed files with 1 additions and 0 deletions
|
@ -1511,6 +1511,7 @@ Ox.VideoPlayer = function(options, self) {
|
|||
paused: self.options.paused,
|
||||
position: self.options.position,
|
||||
results: self.results,
|
||||
showInToOut: self.options.playInToOut,
|
||||
showMilliseconds: self.options.showMilliseconds,
|
||||
subtitles: self.options.enableSubtitles ? self.options.subtitles : [],
|
||||
width: getTimelineWidth()
|
||||
|
|
Loading…
Reference in a new issue