This commit is contained in:
Bnyro
2022-09-08 23:11:12 +02:00
36 changed files with 1046 additions and 362 deletions

View File

@@ -53,7 +53,7 @@ export default {
this.fetchJson(this.authApiUrl() + "/user/playlists/rename", null, {
method: "POST",
body: JSON.stringify({
playlist: id,
playlistId: id,
newName: newName,
}),
headers: {