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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Small Hotfix Update - v1.0.1
Fixed: Broadcaster > Offline has include Game in the GUI but the setting was not wired up to anything in reality.
Fixed: Streamer Friends > Offline had misleading labeling, Delete Announcements should be Send 'Ended' Message, while tooltip was correct.
Moved the content of Offline Handling in Streamer Friends > Offline to the top to give these options more presence.
YouTube API has proven as flaky and sometimes send null data which confuses BsA into thinking that the streamer is offline, which isn't the case most of the time. I added another check that expect specific data from the API and if that isn't received in 2 runs, it admits being offline. This only concerns Streamer Friends.