Update indexer category parameters for the other nyaa

Fixes #5372
This commit is contained in:
Qstick 2021-01-30 15:41:55 -05:00
parent 13b14f4d38
commit f2efdd8b6d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ namespace NzbDrone.Core.Indexers.Nyaa
public NyaaSettings()
{
BaseUrl = "";
AdditionalParameters = "";
AdditionalParameters = "&cats=1_0&filter=1";
MinimumSeeders = IndexerDefaults.MINIMUM_SEEDERS;
MultiLanguages = new List<int>();
RequiredFlags = new List<int>();