mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-27 11:06:08 +00:00
Use DOGnzb name as the default rather than the URL
This commit is contained in:
committed by
Mark McDowall
parent
5b0a285b84
commit
20a2cfe260
@@ -39,7 +39,7 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||
{
|
||||
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"));
|
||||
|
||||
Reference in New Issue
Block a user