hls.js 1.6.0-beta.4.0.canary.11019 → 1.6.0-beta.4.0.canary.11020

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.js CHANGED
@@ -1059,7 +1059,7 @@
1059
1059
  // Some browsers don't allow to use bind on console object anyway
1060
1060
  // fallback to default if needed
1061
1061
  try {
1062
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.0-beta.4.0.canary.11019");
1062
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.0-beta.4.0.canary.11020");
1063
1063
  } catch (e) {
1064
1064
  /* log fn threw an exception. All logger methods are no-ops. */
1065
1065
  return createLogger();
@@ -6783,9 +6783,8 @@
6783
6783
  value[i] = parseInt(stringValue.slice(i * 2, i * 2 + 2), 16);
6784
6784
  }
6785
6785
  return value;
6786
- } else {
6787
- return null;
6788
6786
  }
6787
+ return null;
6789
6788
  };
6790
6789
  _proto.hexadecimalIntegerAsNumber = function hexadecimalIntegerAsNumber(attrName) {
6791
6790
  var intValue = parseInt(this[attrName], 16);
@@ -16413,7 +16412,7 @@
16413
16412
  return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
16414
16413
  }
16415
16414
 
16416
- var version = "1.6.0-beta.4.0.canary.11019";
16415
+ var version = "1.6.0-beta.4.0.canary.11020";
16417
16416
 
16418
16417
  // ensure the worker ends up in the bundle
16419
16418
  // If the worker should not be included this gets aliased to empty.js