diff --git a/source/Ox.UI/js/Video/VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js index 0fb95441..91d0d8df 100644 --- a/source/Ox.UI/js/Video/VideoPlayer.js +++ b/source/Ox.UI/js/Video/VideoPlayer.js @@ -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()