Closed sabarnac closed 1 year ago
Change has been deployed. Did some basic testing myself, but need to get more feedback into if it actually works as expected.
Bug was present when listing the followed shows due to incorrect understanding of the offset field. Fix has been pushed, and now feature should work as expected
Add support for unfollowing podcasts (classified as "shows" in the Spotify API).
The API does allow listing all the users saved shows: https://developer.spotify.com/documentation/web-api/reference/get-users-saved-shows The API does allow providing a list of shows to remove from saved shows: https://developer.spotify.com/documentation/web-api/reference/remove-shows-user
With this, it should be similar to support unfollowing podcasts the same way artists are unfollowed currently.