- Add noVideo option to DownloadBeatmapSetRequest - Make Download fire an event with new download instead of returning it
As the Success callbacks happen in a scheduled context, if the Update thread is in a stalled state, this loop can generate many unnecessary API requests.
Previously changes to the state were triggering events like Logout, which could get things into a bad state.