You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And additional param needs to be added to the URL https://api.spotify.com/v1/me/player/currently-playing?additional_types=episode
The JSON response is different for podcasts, so both the JSON filter and what is parsed needs to be adapted.
The data needs to be presented back to the user somehow. Its possible to maybe shoehorn the podcast details into the currentPlaying if we take some liberties with the naming :)
The text was updated successfully, but these errors were encountered:
The current implementation of get currently playing does not support podcasts
Changes required:
And additional param needs to be added to the URL
https://api.spotify.com/v1/me/player/currently-playing?additional_types=episode
The JSON response is different for podcasts, so both the JSON filter and what is parsed needs to be adapted.
The data needs to be presented back to the user somehow. Its possible to maybe shoehorn the podcast details into the currentPlaying if we take some liberties with the naming :)
The text was updated successfully, but these errors were encountered: