Merge branch 'master' into fix-user-download-cancel

This commit is contained in:
Dean Herbert
2018-01-22 16:27:26 +09:00
committed by GitHub
8 changed files with 32 additions and 13 deletions

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 += error =>