mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat(notifications): add Shoutrrr support (#1326)
This commit is contained in:
parent
3dd1629a3f
commit
57a91bb99a
9 changed files with 149 additions and 31 deletions
|
@ -82,6 +82,7 @@ const (
|
|||
NotificationTypeGotify NotificationType = "GOTIFY"
|
||||
NotificationTypeNtfy NotificationType = "NTFY"
|
||||
NotificationTypeLunaSea NotificationType = "LUNASEA"
|
||||
NotificationTypeShoutrrr NotificationType = "SHOUTRRR"
|
||||
)
|
||||
|
||||
type NotificationEvent string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue