Fixed mvimg

Signed-off-by: James Ketrenos <james_gitlab@ketrenos.com>
This commit is contained in:
James Ketrenos 2019-11-28 03:06:00 -08:00
parent 017560fa1a
commit 9a1b001538

View File

@ -160,7 +160,7 @@ document.addEventListener("DOMContentLoaded", function() {
.then(res => res.json())
.then((data) => {
data.items.forEach((movie) => {
document.body.appendChild(createMvElement(movie.filename));
document.body.appendChild(createMvElement(movie.path + movie.filename));
});
}).catch((error) => {
console.error(error);