mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 22:27:25 +08:00
Fix artist being the opposite value
This commit is contained in:
parent
48417beb81
commit
43bd0f686b
@ -90,6 +90,7 @@ namespace osu.Game.Overlays.Music
|
||||
artistBind = localisation.GetUnicodePreference(metadata.ArtistUnicode, metadata.Artist);
|
||||
|
||||
titleBind.ValueChanged += newText => recreateText();
|
||||
artistBind.ValueChanged += newText => recreateText();
|
||||
titleBind.TriggerChange();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user