From d0faeaf6de541c8b9822b5f2993a34122b676e2c Mon Sep 17 00:00:00 2001 From: "servarr[bot]" <68984020+servarr[bot]@users.noreply.github.com> Date: Sun, 24 Jan 2021 22:03:01 -0500 Subject: [PATCH] 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 Co-authored-by: Qstick --- src/NzbDrone.Core/Indexers/Nyaa/NyaaSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Indexers/Nyaa/NyaaSettings.cs b/src/NzbDrone.Core/Indexers/Nyaa/NyaaSettings.cs index a5f2b77bb..2ed9b2da1 100644 --- a/src/NzbDrone.Core/Indexers/Nyaa/NyaaSettings.cs +++ b/src/NzbDrone.Core/Indexers/Nyaa/NyaaSettings.cs @@ -20,7 +20,7 @@ namespace NzbDrone.Core.Indexers.Nyaa public NyaaSettings() { BaseUrl = ""; - AdditionalParameters = "&cats=1_37&filter=1"; + AdditionalParameters = "&cats=2_0&filter=1"; MinimumSeeders = IndexerDefaults.MINIMUM_SEEDERS; }