mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
10 lines
270 B
C#
Executable File
10 lines
270 B
C#
Executable File
namespace NzbDrone.Core.Notifications.Webhook
|
|
{
|
|
class WebhookImportPayload : WebhookPayload
|
|
{
|
|
public WebhookRemoteMovie RemoteMovie { get; set; }
|
|
public WebhookMovieFile MovieFile { get; set; }
|
|
public bool IsUpgrade { get; set; }
|
|
}
|
|
}
|