-
Notifications
You must be signed in to change notification settings - Fork 123
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
Fetched playlist contains Track
items for episodes
#320
Comments
Hi Henrik, thanks for your report, would you like to post your code to reproduce this problem?
|
Hey @ramsayleung, I would, but there really isn't much to it. Steps 1-3 I did using the Spotify desktop app, and then in step 4 I just fetched the playlist. |
Oooh, I can reproduce this problem.
But I think Spotify explicitly treats the podcast |
Hey there, thanks for looking into this. Oh that's a shame. How could this be handled? Type it as a |
I think it's the inconsistency introduced by Spotify Web API should not be handled by There is another bad case, the Type is correct (we could say |
Message to comment on stale issues. If none provided, will not mark issues stale |
Describe the bug
A playlist of tracks and podcast episodes only contains
PlayableItem::Track
items.To Reproduce
Steps to reproduce the behavior:
playlist_items_manual()
Expected behavior
The playlist should have items typed as
PlayableItem::Track
andPlayableItem::Episode
Log/Output data
Here's one of the items that should have been a podcast episode but was typed as a track instead:
Note the URIs pointing to a show object.
The text was updated successfully, but these errors were encountered: