Skip to content
Snippets Groups Projects
Commit 71e40eb7 authored by Qubad786's avatar Qubad786 Committed by M. Rehan
Browse files

dont stop loading on pause

parent d23e8a3e
Branches
Tags
No related merge requests found
......@@ -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() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment