mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 06:49:53 +08:00
Fix song select wedge sometimes not updating when localisation changes
This commit is contained in:
@@ -261,6 +261,8 @@ namespace osu.Game.Screens.Select
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
titleBinding.BindValueChanged(value => setMetadata(metadata.Source));
|
||||
artistBinding.BindValueChanged(value => setMetadata(metadata.Source), true);
|
||||
|
||||
// no difficulty means it can't have a status to show
|
||||
|
||||
Reference in New Issue
Block a user