mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 23:16:28 +00:00
parent
26b5f8054d
commit
5559c84990
@ -36,6 +36,9 @@ namespace SpotifyAPI.Web.Models
|
|||||||
[JsonProperty("images")]
|
[JsonProperty("images")]
|
||||||
public List<Image> Images { get; set; }
|
public List<Image> Images { get; set; }
|
||||||
|
|
||||||
|
[JsonProperty("label")]
|
||||||
|
public string Label { get; set; }
|
||||||
|
|
||||||
[JsonProperty("name")]
|
[JsonProperty("name")]
|
||||||
public string Name { get; set; }
|
public string Name { get; set; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user