edl integration work

This commit is contained in:
Sundog Jones 2024-09-17 09:57:57 -04:00
parent a9f362b6e7
commit 0515548b4a
1 changed files with 2 additions and 0 deletions

View File

@ -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);