loadedmetadata always seeks, only hide loading icon after seek is done, fixes #2314

This commit is contained in:
j 2014-02-18 09:18:28 +00:00
parent 5dac5b5a19
commit 0044ffdbb3

View file

@ -1891,7 +1891,6 @@ Ox.VideoPlayer = function(options, self) {
} }
self.$playButton && self.$playButton.options({disabled: false}); self.$playButton && self.$playButton.options({disabled: false});
hideLoadingIcon();
if (self.options.showIcon || self.options.showIconOnLoad) { if (self.options.showIcon || self.options.showIconOnLoad) {
self.$playIcon.animate({ self.$playIcon.animate({
opacity: 1 opacity: 1