mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 21:42:16 -07:00
Update indexer category parameters for the other nyaa (#1764)
* Update indexer category parameters for the other nyaa (cherry picked from commit 850552bf1769e663d6001a77b7cf76f88dad00a4) * fixup for Audio Co-authored-by: Antoine Martin <hyptos974@gmail.com> Co-authored-by: Qstick <qstick@gmail.com>
This commit is contained in:
parent
b9f91db3ae
commit
d0faeaf6de
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace NzbDrone.Core.Indexers.Nyaa
|
||||||
public NyaaSettings()
|
public NyaaSettings()
|
||||||
{
|
{
|
||||||
BaseUrl = "";
|
BaseUrl = "";
|
||||||
AdditionalParameters = "&cats=1_37&filter=1";
|
AdditionalParameters = "&cats=2_0&filter=1";
|
||||||
MinimumSeeders = IndexerDefaults.MINIMUM_SEEDERS;
|
MinimumSeeders = IndexerDefaults.MINIMUM_SEEDERS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue