mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Revert "gazelletracker: implement torznab Limit #4901"
This reverts commit bee30b2c1c
.
This commit is contained in:
@@ -206,8 +206,6 @@ namespace Jackett.Common.Indexers.Abstract
|
||||
OnParseError(response.Content, ex);
|
||||
}
|
||||
|
||||
if (query.Limit > 0)
|
||||
releases = releases.Take(query.Limit).ToList();
|
||||
return releases;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user