parent
4f5ad899bb
commit
bae374c0c8
@ -1,9 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using NzbDrone.Core.Movies;
|
||||
|
||||
namespace NzbDrone.Core.Notifications.Webhook
|
||||
{
|
||||
public class WebhookAddedPayload : WebhookPayload
|
||||
{
|
||||
public WebhookMovie Movie { get; set; }
|
||||
public AddMovieMethod AddMethod { get; set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in new issue