From df638dae285b042bc0a252879fb6c5af65c511b5 Mon Sep 17 00:00:00 2001 From: lostb1t Date: Thu, 6 Nov 2025 13:32:28 +0100 Subject: [PATCH] Update ItemContent.tsx --- components/ItemContent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ItemContent.tsx b/components/ItemContent.tsx index 070b02e2..f1c910b5 100644 --- a/components/ItemContent.tsx +++ b/components/ItemContent.tsx @@ -49,6 +49,7 @@ export type SelectedOptions = { interface ItemContentProps { item: BaseItemDto; isOffline: boolean; + mediaSourcesItem: BaseItemDto; } export const ItemContent: React.FC = React.memo(