1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 07:22:55 +08:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Kyle Chang 2018-09-19 07:50:50 -04:00
commit f506a36aed

View File

@ -261,6 +261,8 @@ namespace osu.Game.Screens.Select
}
}
};
titleBinding.BindValueChanged(value => setMetadata(metadata.Source));
artistBinding.BindValueChanged(value => setMetadata(metadata.Source), true);
// no difficulty means it can't have a status to show