mirror of
https://github.com/Readarr/Readarr
synced 2025-12-29 19:54:20 +01:00
Use DOGnzb name as the default rather than the URL
This commit is contained in:
parent
5b0a285b84
commit
20a2cfe260
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ public override IEnumerable<ProviderDefinition> DefaultDefinitions
|
|||
{
|
||||
get
|
||||
{
|
||||
yield return GetDefinition("Dognzb.cr", GetSettings("https://api.dognzb.cr"));
|
||||
yield return GetDefinition("DOGnzb", GetSettings("https://api.dognzb.cr"));
|
||||
yield return GetDefinition("DrunkenSlug", GetSettings("https://api.drunkenslug.com"));
|
||||
yield return GetDefinition("Nzb.su", GetSettings("https://api.nzb.su"));
|
||||
yield return GetDefinition("NZBCat", GetSettings("https://nzb.cat"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue