Skip to content

Commit e52b9ef

Browse files
GruhlumJohnnyCrazy
authored andcommitted
Add ReleaseDate (#230)
1 parent 3c25f49 commit e52b9ef

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

SpotifyAPI/Web/Models/SimpleAlbum.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ public class SimpleAlbum : BasicModel
2727
[JsonProperty("name")]
2828
public string Name { get; set; }
2929

30+
[JsonProperty("release_date")]
31+
public string ReleaseDate { get; set; }
32+
33+
[JsonProperty("release_date_precision")]
34+
public string ReleaseDatePrecision { get; set; }
35+
3036
[JsonProperty("type")]
3137
public string Type { get; set; }
3238

0 commit comments

Comments
 (0)