raise subtitle z-index above controls overlay so they stay visible when ui fades

This commit is contained in:
2026-04-18 22:03:02 +03:00
parent a7e36478a0
commit a4d4d1cea9
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -133,6 +133,7 @@ export function useLibraryItems(
'ProviderIds',
'Width',
'Height',
'RunTimeTicks',
...(opts?.includePeople ? (['People'] as const) : []),
],
} as any)