Update to match api

This commit is contained in:
StanR
2019-08-29 12:29:31 +03:00
parent 3347ee8170
commit d303083179
4 changed files with 12 additions and 51 deletions

View File

@ -69,10 +69,10 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty(@"availability")]
private BeatmapSetOnlineAvailability availability { get; set; }
[JsonProperty(@"genre_id")]
[JsonProperty(@"genre")]
private BeatmapSetOnlineGenre genre { get; set; }
[JsonProperty(@"language_id")]
[JsonProperty(@"language")]
private BeatmapSetOnlineLanguage language { get; set; }
[JsonProperty(@"beatmaps")]