1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-16 21:15:33 -04:00

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

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>();