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 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 :)