From d95378104f98742a9ea037086704353aca35caef Mon Sep 17 00:00:00 2001 From: Phill Pover Date: Mon, 7 Apr 2025 05:44:38 +0100 Subject: [PATCH] Fixes --- frontend/src/app/actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/actions.tsx b/frontend/src/app/actions.tsx index bdc3827..1b8e16f 100644 --- a/frontend/src/app/actions.tsx +++ b/frontend/src/app/actions.tsx @@ -159,10 +159,10 @@ export async function updateSong(formData: FormData) { headers: { "Content-Type": "application/json" }, body: JSON.stringify({ id: id, - albumId: albumId, title: title, duration: duration, trackNumber: trackNumber, + albumId: albumId, }) }).then(response => { if (response.ok) {