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