mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-02-06 11:50:56 +02:00
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…
x
Reference in New Issue
Block a user