1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02:00

Add missing import after 4e4769

This commit is contained in:
Bogdan 2024-03-28 12:38:28 +02:00
parent 4e47695f89
commit caab5e3614

View File

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