add folders page, hevc 4k support

This commit is contained in:
2026-06-04 23:52:30 +03:00
parent 5814714e6a
commit cc01004b49
7 changed files with 153 additions and 4 deletions
+2 -1
View File
@@ -98,6 +98,7 @@ export function useLibraryItems(
limit?: number
enabled?: boolean
includePeople?: boolean
recursive?: boolean
},
) {
const api = useApi()
@@ -118,7 +119,7 @@ export function useLibraryItems(
minCommunityRating: opts?.minCommunityRating,
startIndex: opts?.startIndex,
limit: opts?.limit || 100,
recursive: true,
recursive: opts?.recursive ?? true,
fields: [
'PrimaryImageAspectRatio',
'Overview',