diff --git a/osu.Game/Screens/SelectV2/BeatmapCarousel.cs b/osu.Game/Screens/SelectV2/BeatmapCarousel.cs index f86e58cc16..f32cf38b0a 100644 --- a/osu.Game/Screens/SelectV2/BeatmapCarousel.cs +++ b/osu.Game/Screens/SelectV2/BeatmapCarousel.cs @@ -564,7 +564,7 @@ namespace osu.Game.Screens.SelectV2 if (CurrentSelectionItem != null) playSpinSample(distanceBetween(carouselItems.First(i => !ReferenceEquals(i.Model, set)), CurrentSelectionItem), visibleSets.Count); - RequestRecommendedSelection(set.Beatmaps); + RequestRecommendedSelection(set.Beatmaps.Where(b => !b.Hidden)); return true; }