1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

New: Add DownloadClient and DownloadId to Webhook notifications

This commit is contained in:
Mark McDowall
2020-05-02 21:02:04 -07:00
committed by Qstick
parent 5ddc63c673
commit cc283f64a3
3 changed files with 10 additions and 2 deletions
@@ -5,5 +5,7 @@ namespace NzbDrone.Core.Notifications.Webhook
public WebhookRemoteMovie RemoteMovie { get; set; }
public WebhookMovieFile MovieFile { get; set; }
public bool IsUpgrade { get; set; }
public string DownloadClient { get; set; }
public string DownloadId { get; set; }
}
}