Skip to content

Commit

Permalink
Upping search limit
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbeattie authored and thornbill committed Oct 6, 2023
1 parent 70557d6 commit 73af57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/SearchResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const SearchResults: FunctionComponent<SearchResultsProps> = ({ serverId = windo
const getDefaultParameters = useCallback(() => ({
ParentId: parentId,
searchTerm: query,
Limit: 24,
Limit: 100,
Fields: 'PrimaryImageAspectRatio,CanDelete,BasicSyncInfo,MediaSourceCount',
Recursive: true,
EnableTotalRecordCount: false,
Expand Down

0 comments on commit 73af57b

Please sign in to comment.