We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c25f49 commit e52b9efCopy full SHA for e52b9ef
1 file changed
SpotifyAPI/Web/Models/SimpleAlbum.cs
@@ -27,6 +27,12 @@ public class SimpleAlbum : BasicModel
27
[JsonProperty("name")]
28
public string Name { get; set; }
29
30
+ [JsonProperty("release_date")]
31
+ public string ReleaseDate { get; set; }
32
+
33
+ [JsonProperty("release_date_precision")]
34
+ public string ReleaseDatePrecision { get; set; }
35
36
[JsonProperty("type")]
37
public string Type { get; set; }
38
0 commit comments