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
It appears that the youtube player volume leaks outside of SIO, so if you mute SIO and then go to youtube, it mutes youtube, and vice versa - unmute youtube and SIO unmutes on next play.
To reproduce:
Mute SIO
Go to Youtube, play a video (it will be muted as well), un-mute the youtube video.
Wait for SIO to play another youtube song, SIO will be un-muted even though $.cookie('lastVolume') = “0” and the volume bar shows mute.
The text was updated successfully, but these errors were encountered:
$.cookie('lastVolume') = “0”
It appears that the youtube player volume leaks outside of SIO, so if you mute SIO and then go to youtube, it mutes youtube, and vice versa - unmute youtube and SIO unmutes on next play.
To reproduce:
The text was updated successfully, but these errors were encountered: