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'
|
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
|
||||||
}
|
}*/
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user