Fixed incorrect property definition.
This commit is contained in:
parent
ba7b79dfc4
commit
14dc3358c0
@ -113,7 +113,7 @@ namespace SteamStorefrontAPI.Classes
|
|||||||
public List<int> DLC { get; set; }
|
public List<int> DLC { get; set; }
|
||||||
|
|
||||||
[JsonProperty("reviews")]
|
[JsonProperty("reviews")]
|
||||||
public List<string> Reviews { get; set; }
|
public string Reviews { get; set; }
|
||||||
|
|
||||||
public static SteamApp FromJson(string json) {
|
public static SteamApp FromJson(string json) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user