mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
New: Nzb.su added as a default Newznab indexer.
This commit is contained in:
parent
8f13fd7841
commit
46ca4e28fd
1 changed files with 2 additions and 6 deletions
|
@ -107,12 +107,8 @@ namespace NzbDrone.Core
|
||||||
|
|
||||||
var newznabIndexers = new List<NewznabDefinition>
|
var newznabIndexers = new List<NewznabDefinition>
|
||||||
{
|
{
|
||||||
new NewznabDefinition
|
new NewznabDefinition { Enable = false, Name = "Nzbs.org", Url = "http://nzbs.org" },
|
||||||
{
|
new NewznabDefinition { Enable = false, Name = "Nzb.su", Url = "http://nzb.su" }
|
||||||
Enable = false,
|
|
||||||
Name = "Nzbs.org",
|
|
||||||
Url = "http://nzbs.org"
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Kernel.Get<NewznabProvider>().InitializeNewznabIndexers(newznabIndexers);
|
Kernel.Get<NewznabProvider>().InitializeNewznabIndexers(newznabIndexers);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue