mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
Get 1000 releases from indexers
This commit is contained in:
@@ -61,7 +61,7 @@ namespace NzbDrone.Core.Indexers
|
||||
_logger.Info("{0} offset {1}. Found {2}", indexer, searchCriteria, result.Count);
|
||||
|
||||
if (result.Count > 90 &&
|
||||
offset < 1000 &&
|
||||
offset < 900 &&
|
||||
indexer.SupportsPaging)
|
||||
{
|
||||
result.AddRange(Fetch(indexer, searchCriteria, offset + 100));
|
||||
|
||||
Reference in New Issue
Block a user