mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-10 21:57:46 +00:00
Update RecommendationsResponse to match Spotify API (#950)
This commit is contained in:
parent
0270373078
commit
b74f5c2148
@ -5,7 +5,7 @@ namespace SpotifyAPI.Web
|
|||||||
public class RecommendationsResponse
|
public class RecommendationsResponse
|
||||||
{
|
{
|
||||||
public List<RecommendationSeed> Seeds { get; set; } = default!;
|
public List<RecommendationSeed> Seeds { get; set; } = default!;
|
||||||
public List<SimpleTrack> Tracks { get; set; } = default!;
|
public List<FullTrack> Tracks { get; set; } = default!;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user