edl integration work

This commit is contained in:
Sundog Jones 2024-09-22 10:10:42 -04:00
parent 87b29fb355
commit b508256004
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@
if (response.ok) { if (response.ok) {
response.json().then((payload) => { response.json().then((payload) => {
// TODO: repopulate based on returned data // TODO: repopulate based on returned data
console.dir(payload); fetch_media_items();
}); });
} }
}); });