append to end of playlist for tidal
This commit is contained in:
@ -277,10 +277,10 @@ export class TidalPlaylistAdder extends OauthPlaylistAdder implements PlaylistAd
|
||||
Accept: 'application/vnd.api+json'
|
||||
},
|
||||
body: JSON.stringify({
|
||||
data: chunk,
|
||||
meta: {
|
||||
data: chunk
|
||||
/*meta: { // Can be left out now
|
||||
positionBefore: 'ffb6286e-237a-4dfc-bbf1-2fb0eb004ed5' // Hardcoded last element of list
|
||||
}
|
||||
}*/
|
||||
})
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user