fix: let wavesurfer use its default backend

forcefully setting it to WebAudio seemingly disable progress bar on my
Firefox Desktop for some reason
perhaps it actually disabled the fallback mechanism
This commit is contained in:
Bobby 2022-05-27 11:50:03 +07:00
parent 897523363b
commit a3aeb63790
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ page.reloadVideo = () => {
if (isaudio) {
options.plugins = {
wavesurfer: {
backend: 'WebAudio',
responsive: true
}
}