CastPerson fallback image large text no-image

This commit is contained in:
2022-03-05 12:57:20 +01:00
parent 0433f8c910
commit 03bbb5781a

View File

@@ -31,7 +31,7 @@ export default {
const { profile_path } = this.person;
if (profile_path) return "https://image.tmdb.org/t/p/w185" + profile_path;
return "";
return "/assets/no-image_small.svg";
}
}
};