Skip to content

Commit

Permalink
Reset shouldPlay on manifest loading (#6839) (#6852)
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 authored Nov 18, 2024
1 parent 3d3ad8f commit 0ecc0fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller/interstitials-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,7 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`,
this.schedule.reset();
this.emptyPlayerQueue();
this.clearScheduleState();
this.shouldPlay = false;
this.bufferedPos = this.timelinePos = -1;
this.mediaSelection =
this.altSelection =
Expand Down

0 comments on commit 0ecc0fa

Please sign in to comment.