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,
|
paused: self.options.paused,
|
||||||
position: self.options.position,
|
position: self.options.position,
|
||||||
results: self.results,
|
results: self.results,
|
||||||
|
showInToOut: self.options.playInToOut,
|
||||||
showMilliseconds: self.options.showMilliseconds,
|
showMilliseconds: self.options.showMilliseconds,
|
||||||
subtitles: self.options.enableSubtitles ? self.options.subtitles : [],
|
subtitles: self.options.enableSubtitles ? self.options.subtitles : [],
|
||||||
width: getTimelineWidth()
|
width: getTimelineWidth()
|
||||||
|
|
Loading…
Reference in a new issue