mirror of
https://github.com/osukey/osukey.git
synced 2025-05-10 08:07:18 +09: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; }
|
public UpdateStream UpdateStream { get; set; }
|
||||||
|
|
||||||
[JsonProperty("changelog_entries")]
|
[JsonProperty("changelog_entries")]
|
||||||
public List<object> ChangelogEntries { get; set; }
|
public List<ChangelogEntry> ChangelogEntries { get; set; }
|
||||||
|
|
||||||
[JsonProperty("versions")]
|
[JsonProperty("versions")]
|
||||||
public Versions Versions { get; set; }
|
public Versions Versions { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user