edl integration work

This commit is contained in:
Sundog Jones 2024-09-17 09:42:28 -04:00
parent a4bd80fa3c
commit 8dd54ce801
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@
const edl = JSON.parse(row['edl_definition']);
thisRow.setAttribute("data-inpoint", edl.inpoint);
thisRow.setAttribute("data-outpoint", edl.outpoint);
thisRow.setAttribute("data-edl-definition");
thisRow.setAttribute("data-edl-definition", row['edl_definition']);
} else {
// no EDL yet, use start as inpoint and duration as outpoint
thisRow.setAttribute("data-inpoint", 0);