Skip to content

Commit

Permalink
fix: allow append after timeline change fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrums86 committed Jul 17, 2024
1 parent 436aea5 commit b5637fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/segment-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -2222,6 +2222,9 @@ Fetch At Buffer: ${this.fetchAtBuffer_}
) {
if (shouldFixBadTimelineChanges(this.timelineChangeController_)) {
fixBadTimelineChange(this);
// we want to append segments whenever we can, so
// try and fix the bad change then append the segment anyway.
return true;
}
return false;
}
Expand Down

0 comments on commit b5637fa

Please sign in to comment.