We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb4858 commit d7538fbCopy full SHA for d7538fb
SpotifyAPI.Web/Models/Response/FullPlaylist.cs
@@ -4,7 +4,9 @@ namespace SpotifyAPI.Web
4
public class FullPlaylist
5
{
6
public bool? Collaborative { get; set; }
7
+ public string? Description { get; set; } = default!;
8
public Dictionary<string, string>? ExternalUrls { get; set; } = default!;
9
+ public Followers Followers { get; set; } = default!;
10
public string? Href { get; set; } = default!;
11
public string? Id { get; set; } = default!;
12
public List<Image>? Images { get; set; } = default!;
0 commit comments