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:
parent
0a2651e635
commit
841fac48f9
1 changed files with 0 additions and 2 deletions
|
@ -268,8 +268,6 @@ namespace Jackett.Common.Indexers
|
|||
OnParseError(response.Content, ex);
|
||||
}
|
||||
|
||||
if (query.Limit > 0)
|
||||
releases = releases.Take(query.Limit).ToList();
|
||||
return releases;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue