diff --git a/source/UI/js/Video/VideoElement.js b/source/UI/js/Video/VideoElement.js index 4e3b8f79..89fb7ea5 100644 --- a/source/UI/js/Video/VideoElement.js +++ b/source/UI/js/Video/VideoElement.js @@ -215,7 +215,7 @@ Ox.VideoElement = function(options, self) { function isReady($video, callback) { - if ($video[0].seeking) { + if ($video[0].seeking && !self.paused) { that.triggerEvent('seeking'); $video.one('seeked', function(event) { that.triggerEvent('seeked');