1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Fix "most played beatmap" request breakage after property rename

This commit is contained in:
Bartłomiej Dach 2021-10-05 21:12:35 +02:00
parent 6f7b8293af
commit baa8baaa1e
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -15,7 +15,7 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty("count")]
public int PlayCount { get; set; }
[JsonProperty]
[JsonProperty("beatmap")]
private BeatmapInfo beatmapInfo { get; set; }
[JsonProperty]