Revert "720pier: implement torznab Limit #4901"

This reverts commit cf03b6e216.
This commit is contained in:
Garfield69
2019-03-23 16:15:48 +13:00
parent 841fac48f9
commit c6639e7d9b

View File

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