mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
Added the SickRage API integration
This commit is contained in:
parent
6e04e2effe
commit
f21cd89a74
14 changed files with 295 additions and 3 deletions
|
@ -36,6 +36,7 @@ using Ombi.Api.Mattermost;
|
|||
using Ombi.Api.Pushbullet;
|
||||
using Ombi.Api.Pushover;
|
||||
using Ombi.Api.Service;
|
||||
using Ombi.Api.SickRage;
|
||||
using Ombi.Api.Slack;
|
||||
using Ombi.Core.Rule.Interfaces;
|
||||
using Ombi.Core.Senders;
|
||||
|
@ -102,6 +103,7 @@ namespace Ombi.DependencyInjection
|
|||
services.AddTransient<IDogNzbApi, DogNzbApi>();
|
||||
services.AddTransient<ITelegramApi, TelegramApi>();
|
||||
services.AddTransient<IGithubApi, GithubApi>();
|
||||
services.AddTransient<ISickRageApi, SickRageApi>();
|
||||
}
|
||||
|
||||
public static void RegisterStore(this IServiceCollection services) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue