1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-20 07:17:31 +08:00

Merge pull request #1947 from peppy/fix-downloads-during-import

Keep downloads active until their associated import operation finishes
This commit is contained in:
Dean Herbert 2018-01-22 16:27:17 +09:00 committed by GitHub
commit 3c9bf4df29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,9 +287,8 @@ namespace osu.Game.Beatmaps
Import(archive);
downloadNotification.State = ProgressNotificationState.Completed;
currentDownloads.Remove(request);
}, TaskCreationOptions.LongRunning);
currentDownloads.Remove(request);
};
request.Failure += data =>