edl integration work

This commit is contained in:
Sundog Jones 2024-09-17 09:48:12 -04:00
parent 582464c6f7
commit b7d4653f56

View File

@ -515,6 +515,8 @@
// populate EDL if it exists // populate EDL if it exists
const thisRowEDL = media_item_element.getAttribute("data-edl-definition"); const thisRowEDL = media_item_element.getAttribute("data-edl-definition");
console.log("EDL for media:");
console.dir(thisRowEDL);
if (thisRowEDL && thisRowEDL !== "") { if (thisRowEDL && thisRowEDL !== "") {
edl = JSON.parse(thisRowEDL); edl = JSON.parse(thisRowEDL);
edl.inserts.forEach((insert) => { edl.inserts.forEach((insert) => {