mirror of
https://github.com/Radarr/Radarr
synced 2026-05-09 00:53:41 +02:00
parent
13b14f4d38
commit
f2efdd8b6d
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ public class NyaaSettings : ITorrentIndexerSettings
|
||||||
public NyaaSettings()
|
public NyaaSettings()
|
||||||
{
|
{
|
||||||
BaseUrl = "";
|
BaseUrl = "";
|
||||||
AdditionalParameters = "";
|
AdditionalParameters = "&cats=1_0&filter=1";
|
||||||
MinimumSeeders = IndexerDefaults.MINIMUM_SEEDERS;
|
MinimumSeeders = IndexerDefaults.MINIMUM_SEEDERS;
|
||||||
MultiLanguages = new List<int>();
|
MultiLanguages = new List<int>();
|
||||||
RequiredFlags = new List<int>();
|
RequiredFlags = new List<int>();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue