Use DOGnzb name as the default rather than the URL (#250)

pull/257/head
Mitchell Cash 8 years ago committed by Leonardo Galli
parent fe11928487
commit 68a0ef65df

@ -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-Tortuga", GetSettings("https://www.nzb-tortuga.com"));
yield return GetDefinition("Nzb.su", GetSettings("https://api.nzb.su"));

Loading…
Cancel
Save