mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix artist being the opposite value
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user