1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02: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 @@ public class NyaaSettings : ITorrentIndexerSettings
public NyaaSettings()
{
BaseUrl = "";
AdditionalParameters = "";
AdditionalParameters = "&cats=1_0&filter=1";
MinimumSeeders = IndexerDefaults.MINIMUM_SEEDERS;
MultiLanguages = new List<int>();
RequiredFlags = new List<int>();