mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
c91fabcf2d
Closes #2410
10 lines
143 B
C#
10 lines
143 B
C#
using NzbDrone.Common.Messaging;
|
|
|
|
namespace NzbDrone.Core.MediaFiles.Events
|
|
{
|
|
public class DeleteCompletedEvent : IEvent
|
|
{
|
|
|
|
}
|
|
}
|