mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 14:13:36 -07:00
merge
This commit is contained in:
commit
ac51126437
39 changed files with 529 additions and 29 deletions
|
@ -34,6 +34,7 @@ namespace Ombi.Helpers
|
|||
public static EventId TelegramNotifcation => new EventId(4006);
|
||||
public static EventId GotifyNotification => new EventId(4007);
|
||||
public static EventId WhatsApp => new EventId(4008);
|
||||
public static EventId WebhookNotification => new EventId(4009);
|
||||
|
||||
public static EventId TvSender => new EventId(5000);
|
||||
public static EventId SonarrSender => new EventId(5001);
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
Mattermost = 6,
|
||||
Mobile = 7,
|
||||
Gotify = 8,
|
||||
WhatsApp = 9
|
||||
Webhook = 9,
|
||||
WhatsApp = 10
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue