fix(player): add null guards for item in play settings

This commit is contained in:
Fredrik Burmester
2026-01-16 21:26:56 +01:00
parent 9509a427c8
commit 56ffec3173
4 changed files with 18 additions and 10 deletions

View File

@@ -86,7 +86,7 @@ const Page: React.FC = () => {
<View style={{ paddingHorizontal: 16, width: "100%" }}>
<View
style={{
height: item?.Type === "Episode" ? 300 : 450,
height: 450,
}}
className='bg-transparent rounded-lg mb-4 w-full'
/>