Update app.py
Browse files
app.py
CHANGED
@@ -734,7 +734,7 @@ async def root():
|
|
734 |
const ratingColor = getRatingColor(movie.rating_kp);
|
735 |
let posterUrl = movie.poster_preview_url;
|
736 |
if (!posterUrl) {
|
737 |
-
posterUrl = '/
|
738 |
}
|
739 |
|
740 |
movieCard.innerHTML = `
|
|
|
734 |
const ratingColor = getRatingColor(movie.rating_kp);
|
735 |
let posterUrl = movie.poster_preview_url;
|
736 |
if (!posterUrl) {
|
737 |
+
posterUrl = '/404.jpg';
|
738 |
}
|
739 |
|
740 |
movieCard.innerHTML = `
|