Skip to content

v1.0.1

Choose a tag to compare

@aaskjer aaskjer released this 10 Jun 20:05
· 15 commits to main since this release
9b7c789

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.
  • Some other minor fixes.