mirror of
https://github.com/Readarr/Readarr
synced 2026-01-02 05:37:45 +01:00
Remove non-working Nyaa Baseurl
This commit is contained in:
parent
b3b90602a2
commit
b99b23b4bb
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public class NyaaSettings : ITorrentIndexerSettings
|
|||
|
||||
public NyaaSettings()
|
||||
{
|
||||
BaseUrl = "https://www.nyaa.se";
|
||||
BaseUrl = "";
|
||||
AdditionalParameters = "&cats=1_37&filter=1";
|
||||
MinimumSeeders = IndexerDefaults.MINIMUM_SEEDERS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue