mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09: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")]
|
[JsonProperty("count")]
|
||||||
public int PlayCount { get; set; }
|
public int PlayCount { get; set; }
|
||||||
|
|
||||||
[JsonProperty]
|
[JsonProperty("beatmap")]
|
||||||
private BeatmapInfo beatmapInfo { get; set; }
|
private BeatmapInfo beatmapInfo { get; set; }
|
||||||
|
|
||||||
[JsonProperty]
|
[JsonProperty]
|
||||||
|
Reference in New Issue
Block a user