dont stop loading on pause

This commit is contained in:
Qubad786
2018-08-28 17:06:49 +05:00
committed by M. Rehan
parent d23e8a3ed8
commit 71e40eb798

View File

@@ -87,9 +87,6 @@
Player.prototype.pauseVideo = function() {
HTML5Video.Player.prototype.pauseVideo.apply(this);
HTML5Video.Player.prototype.updatePlayerLoadingState.apply(this, ['hide']);
if (!this.config.browserIsSafari) {
this.hls.stopLoad();
}
};
Player.prototype.onPlaying = function() {