mirror of https://github.com/Jackett/Jackett
Revert "yts: implement torznab Limit #4901"
This reverts commit 022b88ea22
.
This commit is contained in:
parent
bee30b2c1c
commit
0a2651e635
|
@ -236,8 +236,6 @@ namespace Jackett.Common.Indexers
|
|||
OnParseError(response.Content, ex);
|
||||
}
|
||||
|
||||
if (query.Limit > 0)
|
||||
releases = releases.Take(query.Limit).ToList();
|
||||
return releases;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue