sailfish-spotify / hutspot

Spotify Controller for SailfishOS. Documentation: https://sailfish-spotify.github.io/hutspot.
MIT License
18 stars 12 forks source link

cannot remove a track from a playlist #32

Closed wdehoog closed 5 years ago

wdehoog commented 6 years ago

It is not possible to remove a track from a playlist. This is due to the Spotify web-api requiering a body for a DELETE request. QML on SailfishOS does not seem o support this (the body is not sent).

See https://developer.spotify.com/documentation/web-api/reference/playlists/remove-tracks-playlist/

wdehoog commented 5 years ago

for now this is solved using QProcess and curl