mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
New: Health events for Webhooks
Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
@@ -4,6 +4,7 @@ namespace NzbDrone.Core.Notifications.Webhook
|
||||
{
|
||||
public class WebhookImportPayload : WebhookPayload
|
||||
{
|
||||
public WebhookAuthor Author { get; set; }
|
||||
public WebhookBook Book { get; set; }
|
||||
public List<WebhookBookFile> BookFiles { get; set; }
|
||||
public bool IsUpgrade { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user