Fixes
Some checks failed
Music Collection CI Workflow / test (./backend) (push) Successful in 29s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/music-collection-backend, ./backend) (push) Has been cancelled
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Has been cancelled
Music Collection CI Workflow / deploy (push) Has been cancelled
Music Collection CI Workflow / test (./frontend) (push) Has been cancelled

This commit is contained in:
Phill Pover 2025-04-07 05:44:38 +01:00
parent bfdc351611
commit d95378104f

View File

@ -159,10 +159,10 @@ export async function updateSong(formData: FormData) {
headers: { "Content-Type": "application/json" }, headers: { "Content-Type": "application/json" },
body: JSON.stringify({ body: JSON.stringify({
id: id, id: id,
albumId: albumId,
title: title, title: title,
duration: duration, duration: duration,
trackNumber: trackNumber, trackNumber: trackNumber,
albumId: albumId,
}) })
}).then(response => { }).then(response => {
if (response.ok) { if (response.ok) {