mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix(presets/nzbhydra): use value of checkOwned option
This commit is contained in:
@@ -177,6 +177,7 @@ export class NZBHydraPreset extends NewznabPreset {
|
||||
apiKey: nzbhydraApiKey,
|
||||
forceQuerySearch: options.forceQuerySearch ?? true,
|
||||
forceInitialLimit: 10000,
|
||||
checkOwned: options.checkOwned ?? true,
|
||||
paginate: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user