mirror of
https://github.com/sct/overseerr.git
synced 2025-12-31 01:55:53 +01:00
fix: specify cached image type (#1237)
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user