mediabunny 1.0.4 → 1.0.5

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.
@@ -11901,7 +11901,10 @@ ${cue.notes ?? ""}`;
11901
11901
  continue;
11902
11902
  }
11903
11903
  if (relevantEntryFound) {
11904
- throw new Error("Unsupported edit list: multiple edits are not supported.");
11904
+ console.warn(
11905
+ "Unsupported edit list: multiple edits are not currently supported. Only using first edit."
11906
+ );
11907
+ break;
11905
11908
  }
11906
11909
  if (mediaTime === -1) {
11907
11910
  previousSegmentDurations += segmentDuration;