edl integration work
This commit is contained in:
parent
582464c6f7
commit
b7d4653f56
@ -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) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user