1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-23 23:00:51 +00:00

Revert "rarbg: implement torznab Limit #4901"

This reverts commit 87c4f26d02.
This commit is contained in:
Garfield69 2019-03-23 16:12:13 +13:00
parent 0a2651e635
commit 841fac48f9

View file

@ -268,8 +268,6 @@ namespace Jackett.Common.Indexers
OnParseError(response.Content, ex);
}
if (query.Limit > 0)
releases = releases.Take(query.Limit).ToList();
return releases;
}