From eeacf9ef9f599691b0497b4c69e558f9ff382b50 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 4 May 2014 00:56:49 -0700 Subject: [PATCH] Set dognzb URL to api for new installs --- src/NzbDrone.Core/Indexers/Newznab/Newznab.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs b/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs index cb89009b9..c4c8288a8 100644 --- a/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs +++ b/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs @@ -43,7 +43,7 @@ namespace NzbDrone.Core.Indexers.Newznab Enable = false, Name = "Dognzb.cr", Implementation = GetType().Name, - Settings = GetSettings("https://dognzb.cr", new List()) + Settings = GetSettings("https://api.dognzb.cr", new List()) }); list.Add(new IndexerDefinition