Added Pushbullet notifications #1459 #865

This commit is contained in:
Jamie.Rees 2017-08-03 15:01:45 +01:00
parent 457ea103d8
commit da5a4b0641
20 changed files with 463 additions and 7 deletions

View file

@ -10,6 +10,7 @@ namespace Ombi.Mapping.Profiles
{
CreateMap<EmailNotificationsViewModel, EmailNotificationSettings>().ReverseMap();
CreateMap<DiscordNotificationsViewModel, DiscordNotificationSettings>().ReverseMap();
CreateMap<PushbulletNotificationViewModel, PushbulletSettings>().ReverseMap();
}
}
}