From dcb4d2623cd8445e1f73003dcb5f4390527f921b Mon Sep 17 00:00:00 2001 From: Sundog Date: Tue, 17 Sep 2024 08:50:41 -0400 Subject: [PATCH] more edl work --- layout.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layout.html b/layout.html index 8147a2c..11dae84 100755 --- a/layout.html +++ b/layout.html @@ -572,7 +572,8 @@ current_items.forEach((insertPoint) => { edl_definition.inserts.push(insertPoint.getAttribute("data-timestamp")); }); - payload.edl_definition = edl_definition; + payload.edl_definition = JSON.stringify(edl_definition); + payload.edl_name = "default"; // TODO: handle multiple EDLs per media file later! console.log("preparing to save edl:"); console.dir(payload); fetch(api_url, {