1
0
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:
Mark McDowall
2014-01-15 19:43:49 -08:00
parent 6cbc8687de
commit 442ab2b7c4
2 changed files with 2 additions and 2 deletions
@@ -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));