mirror of
https://github.com/osukey/osukey.git
synced 2025-05-05 21:57:24 +09: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);
|
artistBind = localisation.GetUnicodePreference(metadata.ArtistUnicode, metadata.Artist);
|
||||||
|
|
||||||
titleBind.ValueChanged += newText => recreateText();
|
titleBind.ValueChanged += newText => recreateText();
|
||||||
|
artistBind.ValueChanged += newText => recreateText();
|
||||||
titleBind.TriggerChange();
|
titleBind.TriggerChange();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user