loadedmetadata always seeks, only hide loading icon after seek is done, fixes #2314
This commit is contained in:
parent
5dac5b5a19
commit
0044ffdbb3
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue