Fix song select wedge sometimes not updating when localisation changes

This commit is contained in:
smoogipoo 2018-09-19 14:57:32 +09:00
parent 492b5edb02
commit 38a3c2a820
1 changed files with 2 additions and 0 deletions

View File

@ -261,6 +261,8 @@ private void load(LocalisationEngine localisation)
} }
} }
}; };
titleBinding.BindValueChanged(value => setMetadata(metadata.Source));
artistBinding.BindValueChanged(value => setMetadata(metadata.Source), true); artistBinding.BindValueChanged(value => setMetadata(metadata.Source), true);
// no difficulty means it can't have a status to show // no difficulty means it can't have a status to show