Fix BeatmapMetadata removing

This commit is contained in:
TocoToucan
2017-10-10 00:17:12 +03:00
parent ef417c6388
commit cbae19b604
6 changed files with 904 additions and 4 deletions

View File

@ -14,6 +14,7 @@ namespace osu.Game.Beatmaps
[NotMapped]
public int? BeatmapSetOnlineInfoId { get; set; }
public int BeatmapSetInfoId { get; set; }
public string Title { get; set; }
public string TitleUnicode { get; set; }