rspotify icon indicating copy to clipboard operation
rspotify copied to clipboard

Unable to get `playlist_items` on playlist containing episode

Open VAWVAW opened this issue 5 months ago • 0 comments

Trying to deserialize an episode from the data provided in /playlists/{}/tracks results in a serde error data did not match any variant of untagged enum. This is because the returned episode is missing the description field of FullEpisode. I tried to add description to fields but the api seems to ignore it.

The only fix I see is to remove description from SimplifiedEpisode and make PlayableItem contain the simplified version.

VAWVAW avatar Sep 25 '24 23:09 VAWVAW