mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -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
|
@ -18,6 +18,8 @@ namespace Ombi.Helpers
|
|||
public static EventId DiscordNotification => new EventId(4001);
|
||||
public static EventId PushbulletNotification => new EventId(4002);
|
||||
public static EventId SlackNotification => new EventId(4003);
|
||||
public static EventId MattermostNotification => new EventId(4004);
|
||||
public static EventId PushoverNotification => new EventId(4005);
|
||||
|
||||
public static EventId TvSender => new EventId(5000);
|
||||
public static EventId SonarrSender => new EventId(5001);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue