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

@ -77,7 +77,7 @@ namespace osu.Game.Screens.Ranking
Score.BindValueChanged(score =>
{
downloadTracker?.Expire();
downloadTracker?.RemoveAndDisposeImmediately();
if (score.NewValue != null)
{