hls.js 1.5.14 → 1.5.16

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
@@ -521,7 +521,7 @@
521
521
  // Some browsers don't allow to use bind on console object anyway
522
522
  // fallback to default if needed
523
523
  try {
524
- exportedLogger.log("Debug logs enabled for \"" + id + "\" in hls.js version " + "1.5.14");
524
+ exportedLogger.log("Debug logs enabled for \"" + id + "\" in hls.js version " + "1.5.16");
525
525
  } catch (e) {
526
526
  exportedLogger = fakeLogger;
527
527
  }
@@ -1981,7 +1981,6 @@
1981
1981
  return findBox(sinf, ['schi', 'tenc'])[0];
1982
1982
  }
1983
1983
  }
1984
- logger.error("[eme] missing 'schm' box");
1985
1984
  return null;
1986
1985
  }
1987
1986
 
@@ -8717,9 +8716,8 @@
8717
8716
  }
8718
8717
  if (pathwayLevels.length !== levels.length) {
8719
8718
  this.log("Found " + pathwayLevels.length + "/" + levels.length + " levels in Pathway \"" + this.pathwayId + "\"");
8720
- return pathwayLevels;
8721
8719
  }
8722
- return levels;
8720
+ return pathwayLevels;
8723
8721
  };
8724
8722
  _proto.getLevelsForPathway = function getLevelsForPathway(pathwayId) {
8725
8723
  if (this.levels === null) {
@@ -21066,7 +21064,7 @@
21066
21064
  * Get the video-dev/hls.js package version.
21067
21065
  */
21068
21066
  function get() {
21069
- return "1.5.14";
21067
+ return "1.5.16";
21070
21068
  }
21071
21069
  }, {
21072
21070
  key: "Events",