Merge branch 'master' into import-early-checksum-abort

This commit is contained in:
Dan Balasescu
2021-06-28 19:29:08 +09:00
committed by GitHub
71 changed files with 1534 additions and 248 deletions

View File

@ -191,8 +191,6 @@ namespace osu.Game.Beatmaps
{
var beatmapIds = beatmapSet.Beatmaps.Where(b => b.OnlineBeatmapID.HasValue).Select(b => b.OnlineBeatmapID).ToList();
LogForModel(beatmapSet, $"Validating online IDs for {beatmapSet.Beatmaps.Count} beatmaps...");
// ensure all IDs are unique
if (beatmapIds.GroupBy(b => b).Any(g => g.Count() > 1))
{