mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 06:56:27 +00:00
Added TotalTracks property to SimpleAlbum and FullAlbum (#367)
This commit is contained in:
parent
fb11f0deb7
commit
37db6f2a9b
@ -56,6 +56,9 @@ namespace SpotifyAPI.Web.Models
|
||||
[JsonProperty("restrictions")]
|
||||
public Dictionary<string, string> Restrictions { get; set; }
|
||||
|
||||
[JsonProperty("total_tracks")]
|
||||
public int TotalTracks { get; set; }
|
||||
|
||||
[JsonProperty("type")]
|
||||
public string Type { get; set; }
|
||||
|
||||
|
@ -41,6 +41,9 @@ namespace SpotifyAPI.Web.Models
|
||||
[JsonProperty("restrictions")]
|
||||
public Dictionary<string, string> Restrictions { get; set; }
|
||||
|
||||
[JsonProperty("total_tracks")]
|
||||
public int TotalTracks { get; set; }
|
||||
|
||||
[JsonProperty("type")]
|
||||
public string Type { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user