edl integration work

This commit is contained in:
Sundog Jones 2024-09-17 09:48:12 -04:00
parent 582464c6f7
commit b7d4653f56
1 changed files with 2 additions and 0 deletions

View File

@ -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) => {