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:
@@ -442,6 +442,7 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
|
||||
{
|
||||
SelectedItem = { BindTarget = SelectedItem },
|
||||
SelectedMods = { BindTarget = UserMods },
|
||||
Beatmap = { BindTarget = Beatmap },
|
||||
IsValidMod = _ => false
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user