mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 23:22:55 +08:00
Fix ChangelogEntries being a list of objects
This commit is contained in:
parent
3115464238
commit
c36a303b36
@ -31,7 +31,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
public UpdateStream UpdateStream { get; set; }
|
||||
|
||||
[JsonProperty("changelog_entries")]
|
||||
public List<object> ChangelogEntries { get; set; }
|
||||
public List<ChangelogEntry> ChangelogEntries { get; set; }
|
||||
|
||||
[JsonProperty("versions")]
|
||||
public Versions Versions { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user