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"}