dont stop loading on pause
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user