mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 23:16:28 +00:00
Add ReleaseDate (#230)
This commit is contained in:
parent
3c25f49a94
commit
e52b9ef61a
@ -27,6 +27,12 @@ namespace SpotifyAPI.Web.Models
|
|||||||
[JsonProperty("name")]
|
[JsonProperty("name")]
|
||||||
public string Name { get; set; }
|
public string Name { get; set; }
|
||||||
|
|
||||||
|
[JsonProperty("release_date")]
|
||||||
|
public string ReleaseDate { get; set; }
|
||||||
|
|
||||||
|
[JsonProperty("release_date_precision")]
|
||||||
|
public string ReleaseDatePrecision { get; set; }
|
||||||
|
|
||||||
[JsonProperty("type")]
|
[JsonProperty("type")]
|
||||||
public string Type { get; set; }
|
public string Type { get; set; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user