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

This commit is contained in:
Mitchell Cash 2017-01-14 21:15:59 +10:00 committed by Leonardo Galli
parent fe11928487
commit 68a0ef65df
1 changed files with 1 additions and 1 deletions

View File

@ -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"));