mirror of
https://github.com/ppy/osu.git
synced 2026-06-10 01:33:39 +08: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