Fixed mvimg
Signed-off-by: James Ketrenos <james_gitlab@ketrenos.com>
This commit is contained in:
parent
017560fa1a
commit
9a1b001538
@ -160,7 +160,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
|||||||
.then(res => res.json())
|
.then(res => res.json())
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
data.items.forEach((movie) => {
|
data.items.forEach((movie) => {
|
||||||
document.body.appendChild(createMvElement(movie.filename));
|
document.body.appendChild(createMvElement(movie.path + movie.filename));
|
||||||
});
|
});
|
||||||
}).catch((error) => {
|
}).catch((error) => {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user