Skip to content

Commit

Permalink
Fix: rm force-loading of audio (#3436)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored Dec 23, 2023
1 parent 037b26b commit a00e6db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class Player<T extends GeneralEventTypes> extends EventEmitter<T> {
this.revokeSrc()
const newSrc = blob instanceof Blob ? URL.createObjectURL(blob) : url
this.media.src = newSrc
this.media.load()
}

protected destroy() {
Expand Down

0 comments on commit a00e6db

Please sign in to comment.