We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159b603 commit 3c25f49Copy full SHA for 3c25f49
1 file changed
SpotifyAPI/Web/Models/FullPlaylist.cs
@@ -36,6 +36,9 @@ public class FullPlaylist : BasicModel
36
[JsonProperty("public")]
37
public Boolean Public { get; set; }
38
39
+ [JsonProperty("snapshot_id")]
40
+ public string SnapshotId { get; set; }
41
+
42
[JsonProperty("tracks")]
43
public Paging<PlaylistTrack> Tracks { get; set; }
44
0 commit comments