mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-08 23:57:59 -05:00
fix: specify cached image type (#1237)
This commit is contained in:
@@ -1074,6 +1074,7 @@ const MovieDetails = ({ movie }: MovieDetailsProps) => {
|
|||||||
key={`provider-${p.id}`}
|
key={`provider-${p.id}`}
|
||||||
>
|
>
|
||||||
<CachedImage
|
<CachedImage
|
||||||
|
type="tmdb"
|
||||||
src={'https://image.tmdb.org/t/p/w45/' + p.logoPath}
|
src={'https://image.tmdb.org/t/p/w45/' + p.logoPath}
|
||||||
alt={p.name}
|
alt={p.name}
|
||||||
width={32}
|
width={32}
|
||||||
|
|||||||
@@ -1254,6 +1254,7 @@ const TvDetails = ({ tv }: TvDetailsProps) => {
|
|||||||
key={`provider-${p.id}`}
|
key={`provider-${p.id}`}
|
||||||
>
|
>
|
||||||
<CachedImage
|
<CachedImage
|
||||||
|
type="tmdb"
|
||||||
src={'https://image.tmdb.org/t/p/w45/' + p.logoPath}
|
src={'https://image.tmdb.org/t/p/w45/' + p.logoPath}
|
||||||
alt={p.name}
|
alt={p.name}
|
||||||
width={32}
|
width={32}
|
||||||
|
|||||||
Reference in New Issue
Block a user