Revert "7tor: implement torznab Limit #4901"

This reverts commit 28dbb29513.
This commit is contained in:
Garfield69 2019-03-23 16:16:41 +13:00
parent c6639e7d9b
commit 64f461bc98
1 changed files with 0 additions and 3 deletions

View File

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