mirror of
https://github.com/Radarr/Radarr
synced 2025-12-26 02:03:53 +01:00
parent
13b14f4d38
commit
f2efdd8b6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue