mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
New: Author Added notification
(cherry picked from commit https://github.com/Radarr/Radarr/commit/f890aadffa5ae579bcf65abdcf3e3948837084a9)
This commit is contained in:
@@ -35,6 +35,11 @@ namespace NzbDrone.Core.Notifications.Webhook
|
||||
_proxy.SendWebhook(BuildOnRenamePayload(author, renamedFiles), Settings);
|
||||
}
|
||||
|
||||
public override void OnAuthorAdded(Author author)
|
||||
{
|
||||
_proxy.SendWebhook(BuildOnAuthorAdded(author), Settings);
|
||||
}
|
||||
|
||||
public override void OnAuthorDelete(AuthorDeleteMessage deleteMessage)
|
||||
{
|
||||
_proxy.SendWebhook(BuildOnAuthorDelete(deleteMessage), Settings);
|
||||
|
||||
Reference in New Issue
Block a user