plamere / SortYourMusic

A web app that sorts your playlists by a wide range of Echo Nest parameters
419 stars 81 forks source link

Fix Spotify Web API request "PUT /playlists/{playlist_id}/tracks" #54

Closed flonix8 closed 4 months ago

flonix8 commented 6 months ago

The "Create New Playlist" button does not work anymore, which is probably due to Spotify having changed its Web API at some point. The playlists resource is now (only) accessible directly at the root of the API.

See documentation: https://developer.spotify.com/documentation/web-api/reference/reorder-or-replace-playlists-tracks

@plamere @sonneveld

flonix8 commented 6 months ago

Thank you for the quick review! How do we get this merged now?

MingweiSamuel commented 6 months ago

One of the repo owners will need to review and merge it (anyone can review it even if they don’t have merge rights)

boyardean commented 4 months ago

Just commenting here in case it helps! Would love to use the tool @plamere @sonneveld thanks :)

plamere commented 4 months ago

Heya @flonix8 thanks for the PR. It is merged and the change (along with a couple other minor fixes) has been deployed. SortYourMusic is sorting and saving once again.

Sorry for being so slow to respond, busy month!