diff --git a/components/Global/card.tsx b/components/Global/card.tsx index 3e6f5f97..56928ebd 100644 --- a/components/Global/card.tsx +++ b/components/Global/card.tsx @@ -1,9 +1,7 @@ import { ReactNode } from "react"; import type { CardProps as TamaguiCardProps } from "tamagui" import { H3, Image, Card as TamaguiCard } from "tamagui"; -import { useItemImage } from "../../api/queries/image"; import { useApiClientContext } from "../jellyfin-api-provider"; -import { ImageType } from "@jellyfin/sdk/lib/generated-client/models"; import { cardDimensions } from "./component.config"; interface CardProps extends TamaguiCardProps { @@ -42,7 +40,6 @@ export function Card(props: CardProps) { alignSelf="center" source={{ uri: `${server!.url}/Items/${props.itemId}/Images/Primary`, - ...cardDimensions }} /> diff --git a/components/Home/helpers/recent-artists.tsx b/components/Home/helpers/recent-artists.tsx index 136b6c2c..dafd46e6 100644 --- a/components/Home/helpers/recent-artists.tsx +++ b/components/Home/helpers/recent-artists.tsx @@ -17,7 +17,7 @@ export default function RecentArtists({ navigation }: ProvidedHomeProps): React. ]) return ( - +

Recent Artists