diff --git a/components/ContinueWatchingPoster.tsx b/components/ContinueWatchingPoster.tsx index ac68b512..ab5a8831 100644 --- a/components/ContinueWatchingPoster.tsx +++ b/components/ContinueWatchingPoster.tsx @@ -9,10 +9,12 @@ import { getPrimaryImageUrl } from "@/utils/jellyfin/image/getPrimaryImageUrl"; type ContinueWatchingPosterProps = { item: BaseItemDto; + width?: number; }; const ContinueWatchingPoster: React.FC = ({ item, + width = 176, }) => { const [api] = useAtom(apiAtom); @@ -33,11 +35,21 @@ const ContinueWatchingPoster: React.FC = ({ if (!url) return ( - + ); return ( - +