mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed some issues around the tv requests area
Added mattermost and telegram notifications #1459 #865 #1457
This commit is contained in:
parent
03e9852330
commit
bf043fc76e
48 changed files with 1164 additions and 192 deletions
|
@ -12,6 +12,8 @@ namespace Ombi.Mapping.Profiles
|
|||
CreateMap<DiscordNotificationsViewModel, DiscordNotificationSettings>().ReverseMap();
|
||||
CreateMap<PushbulletNotificationViewModel, PushbulletSettings>().ReverseMap();
|
||||
CreateMap<SlackNotificationsViewModel, SlackNotificationSettings>().ReverseMap();
|
||||
CreateMap<PushoverNotificationViewModel, PushoverSettings>().ReverseMap();
|
||||
CreateMap<MattermostNotificationsViewModel, MattermostNotificationSettings>().ReverseMap();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue