Fix some oversights and test failures

This commit is contained in:
Dean Herbert
2021-10-27 21:26:26 +09:00
parent f014ceaead
commit 746d6a4c16
9 changed files with 27 additions and 31 deletions

View File

@ -233,7 +233,7 @@ namespace osu.Game.Overlays.BeatmapSet
Picker.BeatmapSet = rulesetSelector.BeatmapSet = author.BeatmapSet = beatmapAvailability.BeatmapSet = Details.BeatmapSet = setInfo.NewValue;
cover.BeatmapSet = setInfo.NewValue;
downloadTracker?.Expire();
downloadTracker?.RemoveAndDisposeImmediately();
if (setInfo.NewValue == null)
{