mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
New: Added NzbIndex.nl as an indexer, enabled by default
This commit is contained in:
parent
55cbc59887
commit
3a8f40511d
9 changed files with 1179 additions and 1 deletions
|
@ -97,6 +97,7 @@ namespace NzbDrone.Core
|
|||
Kernel.Bind<IndexerBase>().To<Newznab>();
|
||||
Kernel.Bind<IndexerBase>().To<Wombles>();
|
||||
Kernel.Bind<IndexerBase>().To<FileSharingTalk>();
|
||||
Kernel.Bind<IndexerBase>().To<NzbIndex>();
|
||||
|
||||
var indexers = Kernel.GetAll<IndexerBase>();
|
||||
Kernel.Get<IndexerProvider>().InitializeIndexers(indexers.ToList());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue