We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b5f80 commit 5559c84Copy full SHA for 5559c84
1 file changed
SpotifyAPI/Web/Models/FullAlbum.cs
@@ -35,6 +35,9 @@ public class FullAlbum : BasicModel
35
36
[JsonProperty("images")]
37
public List<Image> Images { get; set; }
38
+
39
+ [JsonProperty("label")]
40
+ public string Label { get; set; }
41
42
[JsonProperty("name")]
43
public string Name { get; set; }
@@ -57,4 +60,4 @@ public class FullAlbum : BasicModel
57
60
[JsonProperty("uri")]
58
61
public string Uri { get; set; }
59
62
}
-}
63
+}
0 commit comments