diff --git a/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs b/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs index 7e7df8e54..8a1be6f66 100644 --- a/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs +++ b/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs @@ -46,6 +46,14 @@ namespace NzbDrone.Core.Indexers.Newznab Settings = GetSettings("https://dognzb.cr", new List()) }); + list.Add(new IndexerDefinition + { + Enable = false, + Name = "OZnzb.com", + Implementation = GetType().Name, + Settings = GetSettings("https://www.oznzb.com", new List()) + }); + return list; }