mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Removed NzbMatrix
New: Removed NzbMatrix
This commit is contained in:
parent
a2c96cb110
commit
aa40fe8c94
17 changed files with 22 additions and 983 deletions
|
@ -86,7 +86,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