1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00
Files
Sonarr/src/NzbDrone.Core/MediaFiles/Events/DeleteCompletedEvent.cs
T
Robin Dadswell c91fabcf2d New: On Delete Notifications
Closes #2410
2021-01-24 01:21:29 -08:00

10 lines
143 B
C#

using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.MediaFiles.Events
{
public class DeleteCompletedEvent : IEvent
{
}
}