New: Added OZnzb.com as a default indexer
This commit is contained in:
parent
72e56a1845
commit
195cf97303
|
@ -46,6 +46,14 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||||
Settings = GetSettings("https://dognzb.cr", new List<Int32>())
|
Settings = GetSettings("https://dognzb.cr", new List<Int32>())
|
||||||
});
|
});
|
||||||
|
|
||||||
|
list.Add(new IndexerDefinition
|
||||||
|
{
|
||||||
|
Enable = false,
|
||||||
|
Name = "OZnzb.com",
|
||||||
|
Implementation = GetType().Name,
|
||||||
|
Settings = GetSettings("https://www.oznzb.com", new List<Int32>())
|
||||||
|
});
|
||||||
|
|
||||||
return list;
|
return list;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue