more edl work

This commit is contained in:
Sundog Jones 2024-09-16 16:32:13 -04:00
parent 884ac05770
commit 6606d164b8

View File

@ -575,7 +575,7 @@
console.dir(payload);
fetch(api_url, {
method: "POST",
body: payload,
body: JSON.stringify(payload)
})
.then((response) => {
console.log("received response from edl_save_button");