From 7a21f8b151a043e0f705a37dc3dc1c072b284e4b Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sat, 20 Dec 2014 14:25:12 -0800 Subject: [PATCH] Fixed: Updated OZnzb URL to api.oznzb.com (new indexer settings only) --- 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 dd0b23fb4..cdac2c88d 100644 --- a/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs +++ b/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs @@ -35,7 +35,7 @@ namespace NzbDrone.Core.Indexers.Newznab yield return GetDefinition("Nzbs.org", GetSettings("http://nzbs.org", 5000)); yield return GetDefinition("Nzb.su", GetSettings("https://api.nzb.su")); yield return GetDefinition("Dognzb.cr", GetSettings("https://api.dognzb.cr")); - yield return GetDefinition("OZnzb.com", GetSettings("https://www.oznzb.com")); + yield return GetDefinition("OZnzb.com", GetSettings("https://api.oznzb.com")); yield return GetDefinition("nzbplanet.net", GetSettings("https://nzbplanet.net")); yield return GetDefinition("NZBgeek", GetSettings("https://api.nzbgeek.info")); }