mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Merge remote-tracking branch 'origin/master' into backbone
This commit is contained in:
commit
af2c86e40a
17 changed files with 22 additions and 983 deletions
|
@ -85,7 +85,6 @@ namespace NzbDrone.Core
|
|||
private void InitIndexers()
|
||||
{
|
||||
logger.Debug("Initializing Indexers...");
|
||||
Kernel.Bind<IndexerBase>().To<NzbMatrix>();
|
||||
Kernel.Bind<IndexerBase>().To<NzbsRUs>();
|
||||
Kernel.Bind<IndexerBase>().To<Newznab>();
|
||||
Kernel.Bind<IndexerBase>().To<Wombles>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue