Skip to content

Commit

Permalink
fix: make decode error a terminal error
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Dec 7, 2024
1 parent e532d75 commit 8e3eb44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class AudioSinkManager {
*/
async unblockAutoplay() {
if (this.autoPausedTracks.size > 0) {
await this.unpauseAudioTracks();
this.unpauseAudioTracks();
}
}

Expand Down

0 comments on commit 8e3eb44

Please sign in to comment.