Fixed incorrect property definition.

This commit is contained in:
mmuffins 2018-05-24 22:16:17 +02:00
parent ba7b79dfc4
commit 14dc3358c0

View File

@ -113,7 +113,7 @@ namespace SteamStorefrontAPI.Classes
public List<int> DLC { get; set; }
[JsonProperty("reviews")]
public List<string> Reviews { get; set; }
public string Reviews { get; set; }
public static SteamApp FromJson(string json) {