mirror of
https://github.com/Readarr/Readarr
synced 2026-02-27 00:53:55 +01:00
Fixed: (Nyaa) Update default filtered category
This commit is contained in:
parent
304d1e3462
commit
2f2a521391
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ public class NyaaSettings : ITorrentIndexerSettings
|
|||
public NyaaSettings()
|
||||
{
|
||||
BaseUrl = "";
|
||||
AdditionalParameters = "&cats=1_37&filter=1";
|
||||
AdditionalParameters = "&cats=3_0&filter=1";
|
||||
MinimumSeeders = IndexerDefaults.MINIMUM_SEEDERS;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue