From b7d4653f56bd900f14f70b7065e3b55d27aae92f Mon Sep 17 00:00:00 2001 From: Sundog Date: Tue, 17 Sep 2024 09:48:12 -0400 Subject: [PATCH] edl integration work --- layout.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layout.html b/layout.html index 3be541f..3d02238 100755 --- a/layout.html +++ b/layout.html @@ -515,6 +515,8 @@ // populate EDL if it exists const thisRowEDL = media_item_element.getAttribute("data-edl-definition"); + console.log("EDL for media:"); + console.dir(thisRowEDL); if (thisRowEDL && thisRowEDL !== "") { edl = JSON.parse(thisRowEDL); edl.inserts.forEach((insert) => {