mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
@@ -0,0 +1,9 @@
|
||||
namespace NzbDrone.Core.Notifications.Webhook
|
||||
{
|
||||
class WebhookImportPayload : WebhookPayload
|
||||
{
|
||||
public WebhookRemoteMovie RemoteMovie { get; set; }
|
||||
public WebhookMovieFile MovieFile { get; set; }
|
||||
public bool IsUpgrade { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user