mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
parent
6e3e290359
commit
e563b5bf3d
12 changed files with 108 additions and 31 deletions
|
@ -45,6 +45,7 @@ namespace PlexRequests.UI.NinjectModules
|
|||
Bind<ICouchPotatoCacher>().To<CouchPotatoCacher>();
|
||||
Bind<ISonarrCacher>().To<SonarrCacher>();
|
||||
Bind<ISickRageCacher>().To<SickRageCacher>();
|
||||
Bind<IRecentlyAdded>().To<RecentlyAdded>();
|
||||
Bind<IJobFactory>().To<CustomJobFactory>();
|
||||
|
||||
Bind<IAnalytics>().To<Analytics>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue