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
Channel mute buttons don't respect the state of the channels after a song is called to reset(). This is because channels are "refreshed" in a lazy way (by replacing their references with new ones).
Either decouple the state from Channel or send a signal owner can intercept to correct the state.
The text was updated successfully, but these errors were encountered:
Channel mute buttons don't respect the state of the channels after a song is called to
reset()
. This is because channels are "refreshed" in a lazy way (by replacing their references with new ones).Either decouple the state from
Channel
or send a signal owner can intercept to correct the state.The text was updated successfully, but these errors were encountered: