append to end of playlist for tidal

This commit is contained in:
2025-07-16 13:21:42 +02:00
parent 09efe80ee6
commit d99e840e8d

View File

@ -277,10 +277,10 @@ export class TidalPlaylistAdder extends OauthPlaylistAdder implements PlaylistAd
Accept: 'application/vnd.api+json' Accept: 'application/vnd.api+json'
}, },
body: JSON.stringify({ body: JSON.stringify({
data: chunk, data: chunk
meta: { /*meta: { // Can be left out now
positionBefore: 'ffb6286e-237a-4dfc-bbf1-2fb0eb004ed5' // Hardcoded last element of list positionBefore: 'ffb6286e-237a-4dfc-bbf1-2fb0eb004ed5' // Hardcoded last element of list
} }*/
}) })
}; };