mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
New: Webhook improvements
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace NzbDrone.Core.Notifications.Webhook
|
||||
{
|
||||
public class WebhookGrabPayload : WebhookPayload
|
||||
{
|
||||
public List<WebhookAlbum> Albums { get; set; }
|
||||
public WebhookRelease Release { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user