1
0
Fork 0
forked from 0x2620/oxjs

trigger seeked to avoid loading icon after loop

This commit is contained in:
j 2026-01-13 19:23:15 +00:00
commit 1540854fae

View file

@ -399,6 +399,7 @@ Ox.VideoElement = function(options, self) {
} }
if (video.currentTime == in_) { if (video.currentTime == in_) {
Ox.Log('Video', 'sCV', 'already at position'); Ox.Log('Video', 'sCV', 'already at position');
that.triggerEvent('seeked');
ready(); ready();
} else { } else {
self.$video.one('seeked', function() { self.$video.one('seeked', function() {