Fixed telegram !wip

This commit is contained in:
Jamie 2017-11-02 14:56:26 +00:00
parent e526c1071a
commit dca5d13826
6 changed files with 23 additions and 16 deletions

View file

@ -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)
{