hls.js 1.5.7-0.canary.10023 → 1.5.7-0.canary.10024

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/hls.light.js CHANGED
@@ -613,7 +613,7 @@
613
613
  // Some browsers don't allow to use bind on console object anyway
614
614
  // fallback to default if needed
615
615
  try {
616
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.7-0.canary.10023");
616
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.7-0.canary.10024");
617
617
  } catch (e) {
618
618
  /* log fn threw an exception. All logger methods are no-ops. */
619
619
  return createLogger();
@@ -19619,6 +19619,9 @@
19619
19619
  this.checkFragmentChanged();
19620
19620
  };
19621
19621
  _proto.doTickIdle = function doTickIdle() {
19622
+ if (!this.buffering) {
19623
+ return;
19624
+ }
19622
19625
  var hls = this.hls,
19623
19626
  levelLastLoaded = this.levelLastLoaded,
19624
19627
  levels = this.levels,
@@ -21450,7 +21453,7 @@
21450
21453
  * Get the video-dev/hls.js package version.
21451
21454
  */
21452
21455
  function get() {
21453
- return "1.5.7-0.canary.10023";
21456
+ return "1.5.7-0.canary.10024";
21454
21457
  }
21455
21458
  }, {
21456
21459
  key: "Events",