mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Improved the search UI and made it more consistant.
Finished the Netflix API Part #884
This commit is contained in:
parent
18b12f1a97
commit
88c0651b1e
9 changed files with 98 additions and 7 deletions
|
@ -46,6 +46,7 @@ namespace Ombi.UI.NinjectModules
|
|||
Bind<ISlackApi>().To<SlackApi>();
|
||||
Bind<IApiRequest>().To<ApiRequest>();
|
||||
Bind<IWatcherApi>().To<WatcherApi>();
|
||||
Bind<INetflixApi>().To<NetflixRouletteApi>();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue