mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 00:22:31 +01:00
fixup! New: (Cardigann) Paging Support
This commit is contained in:
parent
fb5b325271
commit
3ca6f83a4d
1 changed files with 0 additions and 6 deletions
|
|
@ -350,12 +350,6 @@ public IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
if (query.Limit > 0)
|
||||
{
|
||||
releases = releases.Take(query.Limit).ToList();
|
||||
}*/
|
||||
|
||||
releases.ForEach(c =>
|
||||
{
|
||||
// generate magnet link from info hash (not allowed for private sites)
|
||||
|
|
|
|||
Loading…
Reference in a new issue