mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
A bit more work on #32 started working on requesting it. The DB is a bit of an issue...
This commit is contained in:
parent
c43f70a0e0
commit
45fb3ad376
10 changed files with 209 additions and 43 deletions
|
@ -95,6 +95,8 @@ namespace PlexRequests.UI
|
|||
container.Register<ISickRageApi, SickrageApi>();
|
||||
container.Register<ISonarrApi, SonarrApi>();
|
||||
container.Register<IPlexApi, PlexApi>();
|
||||
container.Register<IMusicBrainzApi, MusicBrainzApi>();
|
||||
container.Register<IHeadphonesApi, HeadphonesApi>();
|
||||
|
||||
// NotificationService
|
||||
container.Register<INotificationService, NotificationService>().AsSingleton();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue