diff --git a/layout.html b/layout.html index c7c62a4..dbb96c0 100755 --- a/layout.html +++ b/layout.html @@ -631,7 +631,7 @@ if (response.ok) { response.json().then((payload) => { // TODO: repopulate based on returned data - console.dir(payload); + fetch_media_items(); }); } });