mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat(notifications): add Notifiarr support (#464)
This commit is contained in:
parent
f8ace9edbe
commit
63d4c21e54
8 changed files with 326 additions and 18 deletions
|
@ -64,6 +64,7 @@ type NotificationType string
|
|||
|
||||
const (
|
||||
NotificationTypeDiscord NotificationType = "DISCORD"
|
||||
NotificationTypeNotifiarr NotificationType = "NOTIFIARR"
|
||||
NotificationTypeIFTTT NotificationType = "IFTTT"
|
||||
NotificationTypeJoin NotificationType = "JOIN"
|
||||
NotificationTypeMattermost NotificationType = "MATTERMOST"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue