diff --git a/layout.html b/layout.html index 11dae84..dba2b45 100755 --- a/layout.html +++ b/layout.html @@ -472,6 +472,8 @@ thisRow.setAttribute("data-episode-number", row['episode_number']); thisRow.setAttribute("data-duration", row['duration_secs']); if (row['edl_definition'] !== undefined) { + console.log("EDL found:"); + console.dir(row['edl_definition']); const edl = JSON.parse(row['edl_definition']); thisRow.setAttribute("data-inpoint", edl.inpoint); thisRow.setAttribute("data-outpoint", edl.outpoint)