1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Additional Fields in Webhooks

This commit is contained in:
Qstick
2022-11-23 18:42:04 -06:00
parent 4f5ad899bb
commit bae374c0c8
4 changed files with 17 additions and 4 deletions
@@ -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; }
}
}