add folders page, hevc 4k support
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user