Revert "gazelletracker: implement torznab Limit #4901"

This reverts commit bee30b2c1c.
This commit is contained in:
Garfield69 2019-03-23 16:16:51 +13:00
parent 64f461bc98
commit 328cf7090a
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}