You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YouTube video sounds keep playing even after the media-player was removed. I suspect it has something to do with how the browserpool is recycling. Possible a Youtube or gmod update has caused this.
I will look into this in my spare time but a temp fix is to make the YouTube service destroy the panel instead of recycling:
browserpool.release( self.Browser, true)
The text was updated successfully, but these errors were encountered:
YouTube video sounds keep playing even after the media-player was removed. I suspect it has something to do with how the browserpool is recycling. Possible a Youtube or gmod update has caused this.
I will look into this in my spare time but a temp fix is to make the YouTube service destroy the panel instead of recycling:
browserpool.release( self.Browser, true)
The text was updated successfully, but these errors were encountered: