soundtrack
soundtrack copied to clipboard
Muted player unmutes based on cross-site setting
$.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:
- 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.
Tagging in @unusualbob and @eXon because they are most likely to be able to replicate / have insight into this.
experienced this bug when idling on mute for about 10 minutes or so, without going to YouTube in another tab.
The player was muted, and it randomly came back on at the previous volume setting
@naterchrdsn Are you sure you weren’t experiencing #106?
yes, I had both youtube and s.io open at one point and noticed this bug