mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
Fixed telegram !wip
This commit is contained in:
parent
e526c1071a
commit
dca5d13826
6 changed files with 23 additions and 16 deletions
|
@ -14,7 +14,7 @@ using Ombi.Api.Telegram;
|
|||
|
||||
namespace Ombi.Notifications.Agents
|
||||
{
|
||||
public class TelegramNotification : BaseNotification<TelegramSettings>
|
||||
public class TelegramNotification : BaseNotification<TelegramSettings>, ITelegramNotification
|
||||
{
|
||||
public TelegramNotification(ITelegramApi api, ISettingsService<TelegramSettings> sn, ILogger<TelegramNotification> log, INotificationTemplatesRepository r, IMovieRequestRepository m, ITvRequestRepository t, ISettingsService<CustomizationSettings> s) : base(sn, r, m, t,s)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue