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(