Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get playlist_items on playlist containing episode #266

Open
VAWVAW opened this issue Sep 25, 2024 · 0 comments
Open

Unable to get playlist_items on playlist containing episode #266

VAWVAW opened this issue Sep 25, 2024 · 0 comments

Comments

@VAWVAW
Copy link

VAWVAW commented Sep 25, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant