sabarnac / spotify-batch-unfollow-app

Spotify batch unfollow React application
https://spotify-bulk-unfollow.com/
15 stars 3 forks source link

Support unfollowing podcasts ("shows") #9

Closed sabarnac closed 1 year ago

sabarnac commented 1 year ago

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.

sabarnac commented 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.

sabarnac commented 1 year ago

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