mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Replace deprecated getItemImageUrl with imageUrlsApi.getItemImageUrlById
This commit is contained in:
parent
876fbee53e
commit
ed46ee5254
4 changed files with 28 additions and 31 deletions
|
@ -32,7 +32,7 @@ const CardContent: FC<CardContentProps> = ({
|
|||
|
||||
return (
|
||||
<div
|
||||
className={`${cardContentClass}`}
|
||||
className={cardContentClass}
|
||||
>
|
||||
<CardImageContainer
|
||||
item={item}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue