Merge pull request #19378 from peppy/beatmap-update-test

Add separate beatmap update flow to handle edge cases better
This commit is contained in:
Dan Balasescu
2022-07-26 18:49:20 +09:00
committed by GitHub
14 changed files with 626 additions and 14 deletions

View File

@ -90,7 +90,7 @@ namespace osu.Game.Screens.Select.Carousel
Action = () =>
{
beatmapDownloader.Download(beatmapSetInfo);
beatmapDownloader.DownloadAsUpdate(beatmapSetInfo);
attachExistingDownload();
};
}