From 71e40eb798bc03de5607b315b4367bafcc78460b Mon Sep 17 00:00:00 2001 From: Qubad786 <muhammadrehan69@gmail.com> Date: Tue, 28 Aug 2018 17:06:49 +0500 Subject: [PATCH] dont stop loading on pause --- common/lib/xmodule/xmodule/js/src/video/02_html5_hls_video.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/lib/xmodule/xmodule/js/src/video/02_html5_hls_video.js b/common/lib/xmodule/xmodule/js/src/video/02_html5_hls_video.js index 5331251af15..d241e3b90b5 100644 --- a/common/lib/xmodule/xmodule/js/src/video/02_html5_hls_video.js +++ b/common/lib/xmodule/xmodule/js/src/video/02_html5_hls_video.js @@ -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() { -- GitLab