mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07: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 @@ namespace NzbDrone.Core.Indexers.Nyaa
|
|||
|
||||
public NyaaSettings()
|
||||
{
|
||||
BaseUrl = "https://www.nyaa.se";
|
||||
BaseUrl = "";
|
||||
AdditionalParameters = "&cats=1_37&filter=1";
|
||||
MinimumSeeders = IndexerDefaults.MINIMUM_SEEDERS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue