1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 08:30:00 +08:00

Merge pull request #32741 from smoogipoo/fix-playlists-mod-stats

Fix difficulty stats not showing in playlists
This commit is contained in:
Bartłomiej Dach
2025-04-09 09:41:11 +02:00
committed by GitHub
Unverified
@@ -442,6 +442,7 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
{
SelectedItem = { BindTarget = SelectedItem },
SelectedMods = { BindTarget = UserMods },
Beatmap = { BindTarget = Beatmap },
IsValidMod = _ => false
});
}