diff --git a/components/posters/JellyseerrPoster.tsx b/components/posters/JellyseerrPoster.tsx index 10d1f3c2..57ae1c44 100644 --- a/components/posters/JellyseerrPoster.tsx +++ b/components/posters/JellyseerrPoster.tsx @@ -17,7 +17,7 @@ import {useTranslation} from "react-i18next"; import {MediaStatus} from "@/utils/jellyseerr/server/constants/media"; import {textShadowStyle} from "@/components/jellyseerr/discover/GenericSlideCard"; import {Colors} from "@/constants/Colors"; -import {Tags} from "@/components/GenreTags"; +import {Tag, Tags} from "@/components/GenreTags"; interface Props extends ViewProps { item?: MovieResult | TvResult | MovieDetails | TvDetails; @@ -156,12 +156,10 @@ const JellyseerrPoster: React.FC = ({ )} - - {mediaRequest?.requestedBy.displayName} - + {requestedSeasons.length > 0 && (