From fef2ee968835afc94f3c3c3097ef9d3f0d9372ab Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sat, 5 Apr 2025 21:40:13 -0500 Subject: [PATCH] actually I need this --- components/ItemDetail/component.tsx | 15 ++++++++++++++- components/ItemDetail/helpers/TrackOptions.tsx | 6 +++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/components/ItemDetail/component.tsx b/components/ItemDetail/component.tsx index 1b634f5d..e488146e 100644 --- a/components/ItemDetail/component.tsx +++ b/components/ItemDetail/component.tsx @@ -13,6 +13,7 @@ import { TextTickerConfig } from "../Player/component.config"; import { Image } from "expo-image"; import { getImageApi } from "@jellyfin/sdk/lib/utils/api"; import Client from "../../api/client"; +import Icon from "../Global/helpers/icon"; export default function ItemDetail({ item, @@ -73,10 +74,19 @@ export default function ItemDetail({ + { + navigation.goBack(); + }} + small + /> + + + + + {/* Item Name, Artist, Album, and Favorite Button */} diff --git a/components/ItemDetail/helpers/TrackOptions.tsx b/components/ItemDetail/helpers/TrackOptions.tsx index 00a8e039..470667e6 100644 --- a/components/ItemDetail/helpers/TrackOptions.tsx +++ b/components/ItemDetail/helpers/TrackOptions.tsx @@ -188,15 +188,15 @@ export default function TrackOptions({ source={getImageApi(Client.api!).getItemImageUrlById(playlist.Id!)} style={{ borderRadius: getToken("$1.5"), - width: getToken("$15"), - height: getToken("$15") + width: getToken("$12"), + height: getToken("$12") }} /> {playlist.Name ?? "Untitled Playlist"}