diff --git a/source/Ox.UI/js/Video/VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js index 638f3627..fff04263 100644 --- a/source/Ox.UI/js/Video/VideoPlayer.js +++ b/source/Ox.UI/js/Video/VideoPlayer.js @@ -1901,7 +1901,7 @@ Ox.VideoPlayer = function(options, self) { if (self.options.rewind) { setTimeout(rewind, 250); } else { - setPosition(self.playInToOut ? self.options.out : self.out/*, 'video'*/); + setPosition(self.options.out ? self.options.out : self.out/*, 'video'*/); } that.triggerEvent('ended'); }