diff --git a/osu.Game/Screens/SelectV2/SongSelect.cs b/osu.Game/Screens/SelectV2/SongSelect.cs index 90bec2726f..54ebc2b16e 100644 --- a/osu.Game/Screens/SelectV2/SongSelect.cs +++ b/osu.Game/Screens/SelectV2/SongSelect.cs @@ -580,8 +580,7 @@ namespace osu.Game.Screens.SelectV2 } if (Beatmap.IsDefault || currentBeatmapNotValid) - // TODO: this should probably use random, not recommended like this. - selectRecommendedBeatmap(carouselItems.Select(i => i.Model).OfType()); + carousel.NextRandom(); } #endregion