diff --git a/src/components/TvDetails/Season/index.tsx b/src/components/TvDetails/Season/index.tsx index 09b2b6398..6d929c469 100644 --- a/src/components/TvDetails/Season/index.tsx +++ b/src/components/TvDetails/Season/index.tsx @@ -1,8 +1,8 @@ import AirDateBadge from '@app/components/AirDateBadge'; +import CachedImage from '@app/components/Common/CachedImage'; import LoadingSpinner from '@app/components/Common/LoadingSpinner'; import defineMessages from '@app/utils/defineMessages'; import type { SeasonWithEpisodes } from '@server/models/Tv'; -import Image from 'next/image'; import { useIntl } from 'react-intl'; import useSWR from 'swr'; @@ -57,7 +57,8 @@ const Season = ({ seasonNumber, tvId }: SeasonProps) => { {episode.stillPath && (