mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
Fixed: Incorrect event types for interactive import required notifications
This commit is contained in:
@@ -10,5 +10,7 @@ namespace NzbDrone.Core.Notifications.Webhook
|
||||
public string DownloadClient { get; set; }
|
||||
public string DownloadClientType { get; set; }
|
||||
public string DownloadId { get; set; }
|
||||
public WebhookCustomFormatInfo CustomFormatInfo { get; set; }
|
||||
public WebhookGrabbedRelease Release { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user