1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

New: Add additional fields to Webhook Manual Interaction Required events

This commit is contained in:
Alex Cortelyou
2024-03-27 22:30:21 -07:00
committed by GitHub
parent 35d0e6a6f8
commit 1ec1ce58e9
3 changed files with 22 additions and 0 deletions
@@ -10,6 +10,8 @@ namespace NzbDrone.Core.Notifications.Webhook
public string DownloadClient { get; set; }
public string DownloadClientType { get; set; }
public string DownloadId { get; set; }
public string DownloadStatus { get; set; }
public List<WebhookDownloadStatusMessage> DownloadStatusMessages { get; set; }
public WebhookCustomFormatInfo CustomFormatInfo { get; set; }
public WebhookGrabbedRelease Release { get; set; }
}