adrian-ilie / av-sync

YouTube AV Sync Chrome Extension
GNU General Public License v3.0
61 stars 7 forks source link

audio does not exist fix (after youtube update) #9

Closed sirluky closed 2 years ago

sirluky commented 2 years ago

Because i am a smart speaker user, and I couldn't stand delayed youtube, I decided to try to fix this extension.

Issue was with nonexisting audio element which is destroyed when youtube loads. I changed syncAudio element location to body, and it seems working now.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

adrian-ilie commented 2 years ago

Hey, sorry for the late reply, thanks for taking the time to debug and find the issue! I've merged it and will update the extension today in the chrome web store.