From e10255c3288128ee4b0d75494510d2a3216d138a Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Wed, 27 May 2026 09:51:17 +0200 Subject: [PATCH] fix(tv): fix horizontal padding of TVEpisodeList on item details page --- components/ItemContent.tv.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ItemContent.tv.tsx b/components/ItemContent.tv.tsx index 02498d37..bc48d953 100644 --- a/components/ItemContent.tv.tsx +++ b/components/ItemContent.tv.tsx @@ -917,6 +917,7 @@ export const ItemContentTV: React.FC = React.memo( onEpisodePress={handleEpisodePress} onEpisodeLongPress={showItemActions} firstEpisodeRefSetter={setFirstEpisodeRef} + horizontalPadding={insets.left + 80} /> )}