From 8dd54ce8013d4168f4c88270500ba385fe382ce1 Mon Sep 17 00:00:00 2001 From: Sundog Date: Tue, 17 Sep 2024 09:42:28 -0400 Subject: [PATCH] edl integration work --- layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.html b/layout.html index c5af926..58638b2 100755 --- a/layout.html +++ b/layout.html @@ -477,7 +477,7 @@ const edl = JSON.parse(row['edl_definition']); thisRow.setAttribute("data-inpoint", edl.inpoint); thisRow.setAttribute("data-outpoint", edl.outpoint); - thisRow.setAttribute("data-edl-definition"); + thisRow.setAttribute("data-edl-definition", row['edl_definition']); } else { // no EDL yet, use start as inpoint and duration as outpoint thisRow.setAttribute("data-inpoint", 0);