mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-18 19:15:10 -04: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 @@ namespace NzbDrone.Core.Indexers.Cardigann
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
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…
Add table
Reference in a new issue