Skip to content

Fix Liked songs/tracks - #30

Open
yetval wants to merge 1 commit into
aartek:masterfrom
yetval:fix/spotify-api-deprecations
Open

Fix Liked songs/tracks#30
yetval wants to merge 1 commit into
aartek:masterfrom
yetval:fix/spotify-api-deprecations

Conversation

@yetval

@yetval yetval commented Jul 31, 2026

Copy link
Copy Markdown

Hey bro, Spotify quietly retired the endpoints this app writes through (PUT /v1/me/tracks, /albums, /shows and the whole /v1/users/{id}/playlists family) and they now just answer a bare 403, so transfers were reporting success while saving absolutely nothing; this points everything at the current /v1/me/library?uris= and /v1/playlists/{id}/items paths and stops the failures getting swallowed, so it all works again.

@yetval

yetval commented Jul 31, 2026

Copy link
Copy Markdown
Author

^^ I tested the code against 2 accounts and was able to tranfer playlists and liked songs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant