diff --git a/source/UI/js/Video/VideoPlayer.js b/source/UI/js/Video/VideoPlayer.js index 4e4a1989..78a48591 100644 --- a/source/UI/js/Video/VideoPlayer.js +++ b/source/UI/js/Video/VideoPlayer.js @@ -1899,6 +1899,7 @@ Ox.VideoPlayer = function(options, self) { window.removeEventListener('touchstart', removeBehaviorsRestrictions); $playIcon.remove(); showLoadingIcon(); + self.options.showIconOnLoad = false; } window.addEventListener('keydown', removeBehaviorsRestrictions); window.addEventListener('mousedown', removeBehaviorsRestrictions);