mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Added Playlists to SearchResponse, fixes #480
This commit is contained in:
parent
d7538fb23a
commit
51ed9368cb
@ -7,6 +7,7 @@ namespace SpotifyAPI.Web
|
|||||||
public Paging<FullTrack, SearchResponse> Tracks { get; set; } = default!;
|
public Paging<FullTrack, SearchResponse> Tracks { get; set; } = default!;
|
||||||
public Paging<SimpleShow, SearchResponse> Shows { get; set; } = default!;
|
public Paging<SimpleShow, SearchResponse> Shows { get; set; } = default!;
|
||||||
public Paging<SimpleEpisode, SearchResponse> Episodes { get; set; } = default!;
|
public Paging<SimpleEpisode, SearchResponse> Episodes { get; set; } = default!;
|
||||||
|
public Paging<SimplePlaylist, SearchResponse> Playlists { get; set; } = default!;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user