New: Add DownloadClient and DownloadId to Webhook notifications

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
Qstick
2020-10-02 22:51:00 -04:00
committed by nitsua
parent 8ffcc8a711
commit 6e595bfad3
3 changed files with 11 additions and 3 deletions
@@ -6,5 +6,7 @@ namespace NzbDrone.Core.Notifications.Webhook
{
public List<WebhookBook> Books { get; set; }
public WebhookRelease Release { get; set; }
public string DownloadClient { get; set; }
public string DownloadId { get; set; }
}
}