This commit is contained in:
2025-08-20 07:32:40 -04:00
parent e51be9697c
commit fdbc84aee5
6 changed files with 276 additions and 391 deletions

View File

@@ -400,7 +400,10 @@ export default function MediaRequestForm() {
headers: {
"Content-Type": "application/json; charset=utf-8",
},
body: JSON.stringify({ track_ids: allSelectedIds }),
body: JSON.stringify({
track_ids: allSelectedIds,
target: selectedArtist.artist
}),
});
if (!response.ok) {