edl integration work
This commit is contained in:
parent
a4bd80fa3c
commit
8dd54ce801
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user