mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 09:21:32 +00:00
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:
parent
897523363b
commit
a3aeb63790
@ -114,7 +114,6 @@ page.reloadVideo = () => {
|
||||
if (isaudio) {
|
||||
options.plugins = {
|
||||
wavesurfer: {
|
||||
backend: 'WebAudio',
|
||||
responsive: true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user