mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix(builtins/prowlarr): set limit value
This commit is contained in:
@@ -215,6 +215,7 @@ export class ProwlarrAddon extends BaseDebridAddon<ProwlarrAddonConfig> {
|
||||
query: q,
|
||||
indexerIds: chosenIndexers.map((indexer) => indexer.id),
|
||||
type: 'search',
|
||||
limit: 2000,
|
||||
});
|
||||
this.logger.info(
|
||||
`Prowlarr ${protocol} search for ${q} took ${getTimeTakenSincePoint(start)}`,
|
||||
|
||||
Reference in New Issue
Block a user