- Add noVideo option to DownloadBeatmapSetRequest - Make Download fire an event with new download instead of returning it
No database-level where clauses were being used in many cases they should be.
Caused a stall as experienced in #1364.
This reverts commit 7cf5d63cd3.
7cf5d63cd3
This reverts commit 4a064da30f.
4a064da30f
# Conflicts: # osu-framework # osu.Game.Tests/Beatmaps/IO/ImportBeatmapTest.cs # osu.Game/Beatmaps/BeatmapInfo.cs # osu.Game/Online/API/Requests/GetBeatmapSetsResponse.cs
# Conflicts: # osu-framework
Previously, in the rare case the database became out of sync with the disk store, it was impossible to feasibly repair a beatmap. Now reimporting checks each file exists on disk and adds it back if it doesn't.
- Check for existing download requests on creating DirectPanel - Actually remove downloaded beatmap from results