mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 02:09:52 +08:00
Fix "most played beatmap" request breakage after property rename
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user