Skip to content

Commit

Permalink
Upping search limit
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbeattie committed Dec 29, 2022
1 parent cd1e898 commit e42ec61
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 @@ -39,7 +39,7 @@ const SearchResults: FunctionComponent<SearchResultsProps> = ({ serverId = windo
const getDefaultParameters = () => ({
ParentId: parentId,
searchTerm: query,
Limit: 24,
Limit: 240,
Fields: 'PrimaryImageAspectRatio,CanDelete,BasicSyncInfo,MediaSourceCount',
Recursive: true,
EnableTotalRecordCount: false,
Expand Down

0 comments on commit e42ec61

Please sign in to comment.