Add missing import after 4e4769

This commit is contained in:
Bogdan 2024-03-28 12:38:28 +02:00
parent 4e47695f89
commit caab5e3614
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
using System.Collections.Generic;
namespace NzbDrone.Core.Notifications.Webhook
{
public class WebhookManualInteractionPayload : WebhookPayload