mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
another #844
This commit is contained in:
parent
b2e53c05af
commit
262a90e05c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace Ombi.UI.NinjectModules
|
|||
{
|
||||
Bind<IAvailabilityChecker>().To<PlexAvailabilityChecker>();
|
||||
Bind<ICouchPotatoCacher>().To<CouchPotatoCacher>();
|
||||
Bind<IWatcherCacher>().To<IWatcherCacher>();
|
||||
Bind<IWatcherCacher>().To<WatcherCacher>();
|
||||
Bind<ISonarrCacher>().To<SonarrCacher>();
|
||||
Bind<ISickRageCacher>().To<SickRageCacher>();
|
||||
Bind<IRecentlyAdded>().To<RecentlyAdded>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue