edl integration work
This commit is contained in:
parent
a9f362b6e7
commit
0515548b4a
@ -459,6 +459,8 @@
|
|||||||
media_library_target.innerHTML = "";
|
media_library_target.innerHTML = "";
|
||||||
|
|
||||||
rows.forEach((row) => {
|
rows.forEach((row) => {
|
||||||
|
console.log("Processing media:");
|
||||||
|
console.dir(row);
|
||||||
const duration = secs_to_human_duration(row['duration_secs']);
|
const duration = secs_to_human_duration(row['duration_secs']);
|
||||||
const template = document.getElementById("media_item_template");
|
const template = document.getElementById("media_item_template");
|
||||||
const template_clone = template.content.firstElementChild.cloneNode(true);
|
const template_clone = template.content.firstElementChild.cloneNode(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user