Skip to content

Commit

Permalink
Rm the blob check added in #3532
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Mar 9, 2024
1 parent 4156fec commit 2f6a2e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/wavesurfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,6 @@ class WaveSurfer extends Player<WaveSurferEvents> {
blob = await Fetcher.fetchBlob(url, onProgress, this.options.fetchParams)
}

if (!blob) {
return
}

// Set the mediaelement source
this.setSrc(url, blob)

Expand Down

0 comments on commit 2f6a2e0

Please sign in to comment.