diff --git a/source/UI/js/Video/VideoElement.js b/source/UI/js/Video/VideoElement.js index 72bdfac6..c6e279b8 100644 --- a/source/UI/js/Video/VideoElement.js +++ b/source/UI/js/Video/VideoElement.js @@ -399,6 +399,7 @@ Ox.VideoElement = function(options, self) { } if (video.currentTime == in_) { Ox.Log('Video', 'sCV', 'already at position'); + that.triggerEvent('seeked'); ready(); } else { self.$video.one('seeked', function() {