mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Started on whatsapp
This commit is contained in:
parent
f08033f743
commit
952db09e28
16 changed files with 264 additions and 4 deletions
|
@ -64,6 +64,7 @@ using Ombi.Schedule.Processor;
|
|||
using Ombi.Store.Entities;
|
||||
using Quartz.Spi;
|
||||
using Ombi.Api.MusicBrainz;
|
||||
using Ombi.Api.Twilio;
|
||||
|
||||
namespace Ombi.DependencyInjection
|
||||
{
|
||||
|
@ -147,6 +148,7 @@ namespace Ombi.DependencyInjection
|
|||
services.AddTransient<ILidarrApi, LidarrApi>();
|
||||
services.AddTransient<IGroupMeApi, GroupMeApi>();
|
||||
services.AddTransient<IMusicBrainzApi, MusicBrainzApi>();
|
||||
services.AddTransient<IWhatsAppApi, WhatsAppApi>();
|
||||
}
|
||||
|
||||
public static void RegisterStore(this IServiceCollection services) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue