1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -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
@@ -4,5 +4,6 @@ namespace NzbDrone.Core.Notifications.Webhook
{
public WebhookMovie Movie { get; set; }
public bool DeletedFiles { get; set; }
public long MovieFolderSize { get; set; }
}
}