mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix incorrect handling of download failures
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user