diff --git a/osu.Game/Overlays/Direct/DownloadTrackingComposite.cs b/osu.Game/Overlays/Direct/DownloadTrackingComposite.cs index 0d5055f5b7..dcd1c8cb03 100644 --- a/osu.Game/Overlays/Direct/DownloadTrackingComposite.cs +++ b/osu.Game/Overlays/Direct/DownloadTrackingComposite.cs @@ -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)