Add ReleaseDate (#230)

This commit is contained in:
Gruhlum 2018-03-25 18:29:21 +02:00 committed by Jonas Dellinger
parent 3c25f49a94
commit e52b9ef61a

View File

@ -27,6 +27,12 @@ namespace SpotifyAPI.Web.Models
[JsonProperty("name")]
public string Name { get; set; }
[JsonProperty("release_date")]
public string ReleaseDate { get; set; }
[JsonProperty("release_date_precision")]
public string ReleaseDatePrecision { get; set; }
[JsonProperty("type")]
public string Type { get; set; }