mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 08:34:32 +02:00
cardigannIndexer: implement torznab Limit for #4901
This commit is contained in:
@@ -1570,6 +1570,8 @@ namespace Jackett.Common.Indexers
|
||||
OnParseError(results, ex);
|
||||
}
|
||||
}
|
||||
if (query.Limit > 0)
|
||||
releases = releases.Take(query.Limit).ToList();
|
||||
return releases;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user