Skip to content

Commit 51ed936

Browse files
committed
Added Playlists to SearchResponse, fixes #480
1 parent d7538fb commit 51ed936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SpotifyAPI.Web/Models/Response/SearchResponse.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ public class SearchResponse
77
public Paging<FullTrack, SearchResponse> Tracks { get; set; } = default!;
88
public Paging<SimpleShow, SearchResponse> Shows { get; set; } = default!;
99
public Paging<SimpleEpisode, SearchResponse> Episodes { get; set; } = default!;
10+
public Paging<SimplePlaylist, SearchResponse> Playlists { get; set; } = default!;
1011
}
1112
}
1213

0 commit comments

Comments
 (0)