Skip to content

Commit

Permalink
fix(DASH): Release period combiner info correctly (#7364)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored and joeyparrish committed Sep 26, 2024
1 parent cef9959 commit a04c717
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/util/periods.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ shaka.util.PeriodCombiner = class {
this.textStreams_ = [];
this.imageStreams_ = [];
this.variants_ = [];
this.multiTypeVariantsAllowed_ = false;
this.useStreamOnce_ = false;
this.usedPeriodIds_.clear();
}

/**
Expand Down

0 comments on commit a04c717

Please sign in to comment.