mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
Revert "7tor: implement torznab Limit #4901"
This reverts commit 28dbb29513
.
This commit is contained in:
parent
c6639e7d9b
commit
64f461bc98
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Specialized;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using AngleSharp.Html.Parser;
|
||||
|
@ -1662,8 +1661,6 @@ namespace Jackett.Common.Indexers
|
|||
OnParseError(results.Content, ex);
|
||||
}
|
||||
|
||||
if (query.Limit > 0)
|
||||
releases = releases.Take(query.Limit).ToList();
|
||||
return releases;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue