Skip to content

Commit 0539f55

Browse files
committed
1 parent 933985b commit 0539f55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

osu.Server.QueueProcessor/BeatmapStatusWatcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static async Task<BeatmapUpdates> GetUpdatedBeatmapSetsAsync(int? lastQue
6464

6565
return new BeatmapUpdates
6666
{
67-
BeatmapSetIDs = items.Select(i => i.beatmapset_id).ToArray(),
67+
BeatmapSetIDs = items.Select(i => i.beatmapset_id).Distinct().ToArray(),
6868
LastProcessedQueueID = items.LastOrDefault()?.queue_id ?? lastQueueId.Value
6969
};
7070
}

0 commit comments

Comments
 (0)