fix(tv): fix horizontal padding of TVEpisodeList on item details page

This commit is contained in:
Fredrik Burmester
2026-05-27 09:51:17 +02:00
parent 08fc02a6b1
commit e10255c328

View File

@@ -917,6 +917,7 @@ export const ItemContentTV: React.FC<ItemContentTVProps> = React.memo(
onEpisodePress={handleEpisodePress}
onEpisodeLongPress={showItemActions}
firstEpisodeRefSetter={setFirstEpisodeRef}
horizontalPadding={insets.left + 80}
/>
</View>
)}