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) {