mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 02:13:21 +08:00
Fix incorrect handling of download failures
This commit is contained in:
parent
e4007fcf23
commit
a208874e74
@ -103,7 +103,7 @@ namespace osu.Game.Overlays.Direct
|
||||
|
||||
private void onRequestFailure(Exception e)
|
||||
{
|
||||
Schedule(() => State.Value = DownloadState.Downloading);
|
||||
Schedule(() => State.Value = DownloadState.NotDownloaded);
|
||||
}
|
||||
|
||||
private void setAdded(BeatmapSetInfo s, bool existing, bool silent)
|
||||
|
Loading…
Reference in New Issue
Block a user