diff --git a/SpotifyAPI/Web/Models/SimpleAlbum.cs b/SpotifyAPI/Web/Models/SimpleAlbum.cs index 62eedf664..677987753 100644 --- a/SpotifyAPI/Web/Models/SimpleAlbum.cs +++ b/SpotifyAPI/Web/Models/SimpleAlbum.cs @@ -27,6 +27,12 @@ public class SimpleAlbum : BasicModel [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; }