From 218b943bc02ed8e0a5acdb13c7a8768da8e3b853 Mon Sep 17 00:00:00 2001 From: Sundog Date: Mon, 16 Sep 2024 15:54:49 -0400 Subject: [PATCH] more edl work --- layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.html b/layout.html index 639cb4c..01ce649 100755 --- a/layout.html +++ b/layout.html @@ -563,7 +563,7 @@ payload.outpoint = ""; payload.inserts = []; const list_parent = document.querySelector("#media_item_edl_list"); - const current_items = list_parent.querySelectorAll("li"); + const current_items = list_parent.querySelectorAll("li.media_item_edl_insert"); current_items.forEach((insertPoint) => { payload.inserts.push(insertPoint.getAttribute("data-timestamp")); });