diff --git a/source/Ox.UI/js/Video/VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js index 96377d77..67b8c086 100644 --- a/source/Ox.UI/js/Video/VideoPlayer.js +++ b/source/Ox.UI/js/Video/VideoPlayer.js @@ -1269,7 +1269,7 @@ Ox.VideoPlayer = function(options, self) { && v.out > self.options.position ) { censored = true; - Ox.Break(); + return false; } }); return censored; @@ -1447,7 +1447,7 @@ Ox.VideoPlayer = function(options, self) { && v.out >= self.options.position ) { subtitle = v.text; - Ox.Break(); + return false; } }); return subtitle;