mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 06:56:27 +00:00
added SnapshotId to FullPlaylist (#227)
This commit is contained in:
parent
159b60331e
commit
3c25f49a94
@ -36,6 +36,9 @@ namespace SpotifyAPI.Web.Models
|
||||
[JsonProperty("public")]
|
||||
public Boolean Public { get; set; }
|
||||
|
||||
[JsonProperty("snapshot_id")]
|
||||
public string SnapshotId { get; set; }
|
||||
|
||||
[JsonProperty("tracks")]
|
||||
public Paging<PlaylistTrack> Tracks { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user