1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-11 14:47:44 +00:00

Update indexer category parameters for the other nyaa

This commit is contained in:
Antoine Martin 2020-11-18 07:20:56 +01:00 committed by GitHub
parent 66a19424af
commit 850552bf17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ namespace NzbDrone.Core.Indexers.Nyaa
public NyaaSettings()
{
BaseUrl = "";
AdditionalParameters = "&cats=1_37&filter=1";
AdditionalParameters = "&cats=1_0&filter=1";
MinimumSeeders = IndexerDefaults.MINIMUM_SEEDERS;
}