1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-25 09:21:57 +00:00

New: Dognzb.cr added as a default indexer.

This commit is contained in:
Mark McDowall 2012-05-17 20:32:55 -07:00
parent 19ffd77754
commit 3ddb85983f
2 changed files with 2 additions and 1 deletions

View file

@ -108,7 +108,8 @@ private void InitIndexers()
var newznabIndexers = new List<NewznabDefinition>
{
new NewznabDefinition { Enable = false, Name = "Nzbs.org", Url = "https://nzbs.org", BuiltIn = true },
new NewznabDefinition { Enable = false, Name = "Nzb.su", Url = "https://nzb.su", BuiltIn = true }
new NewznabDefinition { Enable = false, Name = "Nzb.su", Url = "https://nzb.su", BuiltIn = true },
new NewznabDefinition { Enable = false, Name = "Dognzb.cr", Url = "https://dognzb.cr", BuiltIn = true }
};
Kernel.Get<NewznabProvider>().InitializeNewznabIndexers(newznabIndexers);

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B