mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-16 21:15:33 -04:00
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user