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 d7538fb commit 51ed936Copy full SHA for 51ed936
SpotifyAPI.Web/Models/Response/SearchResponse.cs
@@ -7,6 +7,7 @@ public class SearchResponse
7
public Paging<FullTrack, SearchResponse> Tracks { get; set; } = default!;
8
public Paging<SimpleShow, SearchResponse> Shows { get; set; } = default!;
9
public Paging<SimpleEpisode, SearchResponse> Episodes { get; set; } = default!;
10
+ public Paging<SimplePlaylist, SearchResponse> Playlists { get; set; } = default!;
11
}
12
13
0 commit comments