mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 10:32:35 +01:00
New: Nzb.su added as a default Newznab indexer.
This commit is contained in:
parent
8f13fd7841
commit
46ca4e28fd
@ -107,12 +107,8 @@ private void InitIndexers()
|
||||
|
||||
var newznabIndexers = new List<NewznabDefinition>
|
||||
{
|
||||
new NewznabDefinition
|
||||
{
|
||||
Enable = false,
|
||||
Name = "Nzbs.org",
|
||||
Url = "http://nzbs.org"
|
||||
}
|
||||
new NewznabDefinition { Enable = false, Name = "Nzbs.org", Url = "http://nzbs.org" },
|
||||
new NewznabDefinition { Enable = false, Name = "Nzb.su", Url = "http://nzb.su" }
|
||||
};
|
||||
|
||||
Kernel.Get<NewznabProvider>().InitializeNewznabIndexers(newznabIndexers);
|
||||
|
Loading…
Reference in New Issue
Block a user