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

Fixed: Send download client name instead of type for grab events

Closes #7078
This commit is contained in:
Mark McDowall
2022-02-21 20:07:18 -08:00
committed by Qstick
parent 8bb3764708
commit 544e942fe4
8 changed files with 21 additions and 10 deletions
@@ -9,6 +9,7 @@ namespace NzbDrone.Core.Notifications.Webhook
public WebhookMovieFile MovieFile { get; set; }
public bool IsUpgrade { get; set; }
public string DownloadClient { get; set; }
public string DownloadClientType { get; set; }
public string DownloadId { get; set; }
public List<WebhookMovieFile> DeletedFiles { get; set; }
}