mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
!wip work in progress for the theme presets
This commit is contained in:
parent
fa774784c0
commit
c8f00c4e8a
11 changed files with 131 additions and 2 deletions
|
@ -31,6 +31,7 @@ using Ombi.Api;
|
|||
using Ombi.Api.CouchPotato;
|
||||
using Ombi.Api.DogNzb;
|
||||
using Ombi.Api.FanartTv;
|
||||
using Ombi.Api.Github;
|
||||
using Ombi.Api.Mattermost;
|
||||
using Ombi.Api.Pushbullet;
|
||||
using Ombi.Api.Pushover;
|
||||
|
@ -100,6 +101,7 @@ namespace Ombi.DependencyInjection
|
|||
services.AddTransient<ICouchPotatoApi, CouchPotatoApi>();
|
||||
services.AddTransient<IDogNzbApi, DogNzbApi>();
|
||||
services.AddTransient<ITelegramApi, TelegramApi>();
|
||||
services.AddTransient<IGithubApi, GithubApi>();
|
||||
}
|
||||
|
||||
public static void RegisterStore(this IServiceCollection services) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue