hls.js 1.6.0-beta.1.0.canary.10697 → 1.6.0-beta.1.0.canary.10700

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
@@ -1054,7 +1054,7 @@
1054
1054
  // Some browsers don't allow to use bind on console object anyway
1055
1055
  // fallback to default if needed
1056
1056
  try {
1057
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.0-beta.1.0.canary.10697");
1057
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.0-beta.1.0.canary.10700");
1058
1058
  } catch (e) {
1059
1059
  /* log fn threw an exception. All logger methods are no-ops. */
1060
1060
  return createLogger();
@@ -2032,7 +2032,7 @@
2032
2032
  });
2033
2033
  }
2034
2034
  function searchDownAndUpList(arr, searchIndex, predicate) {
2035
- for (var i = searchIndex; i; i--) {
2035
+ for (var i = searchIndex; i > -1; i--) {
2036
2036
  if (predicate(arr[i])) {
2037
2037
  return i;
2038
2038
  }
@@ -16059,7 +16059,7 @@
16059
16059
  return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
16060
16060
  }
16061
16061
 
16062
- var version = "1.6.0-beta.1.0.canary.10697";
16062
+ var version = "1.6.0-beta.1.0.canary.10700";
16063
16063
 
16064
16064
  // ensure the worker ends up in the bundle
16065
16065
  // If the worker should not be included this gets aliased to empty.js