fix: specify cached image type (#1237)

This commit is contained in:
Gauthier
2025-01-08 18:53:14 +01:00
committed by GitHub
parent 1755877e66
commit d71ee58302
2 changed files with 2 additions and 0 deletions

View File

@@ -1074,6 +1074,7 @@ const MovieDetails = ({ movie }: MovieDetailsProps) => {
key={`provider-${p.id}`}
>
<CachedImage
type="tmdb"
src={'https://image.tmdb.org/t/p/w45/' + p.logoPath}
alt={p.name}
width={32}

View File

@@ -1254,6 +1254,7 @@ const TvDetails = ({ tv }: TvDetailsProps) => {
key={`provider-${p.id}`}
>
<CachedImage
type="tmdb"
src={'https://image.tmdb.org/t/p/w45/' + p.logoPath}
alt={p.name}
width={32}