diff --git a/frontend/mvimg.html b/frontend/mvimg.html
index 25d84c3..cc3771b 100644
--- a/frontend/mvimg.html
+++ b/frontend/mvimg.html
@@ -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);