mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-28 01:28:27 +01:00
fix(tv): fix horizontal padding of TVEpisodeList on item details page
This commit is contained in:
@@ -917,6 +917,7 @@ export const ItemContentTV: React.FC<ItemContentTVProps> = React.memo(
|
||||
onEpisodePress={handleEpisodePress}
|
||||
onEpisodeLongPress={showItemActions}
|
||||
firstEpisodeRefSetter={setFirstEpisodeRef}
|
||||
horizontalPadding={insets.left + 80}
|
||||
/>
|
||||
</View>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user