mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Backend work for omgwtfnzbs
This commit is contained in:
parent
8f1f96a573
commit
87cf09685c
6 changed files with 182 additions and 0 deletions
|
@ -92,6 +92,7 @@ namespace NzbDrone.Core
|
|||
Kernel.Bind<IndexerBase>().To<FileSharingTalk>();
|
||||
Kernel.Bind<IndexerBase>().To<NzbIndex>();
|
||||
Kernel.Bind<IndexerBase>().To<NzbClub>();
|
||||
Kernel.Bind<IndexerBase>().To<Omgwtfnzbs>();
|
||||
|
||||
var indexers = Kernel.GetAll<IndexerBase>();
|
||||
Kernel.Get<IndexerProvider>().InitializeIndexers(indexers.ToList());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue