Radarr/src/NzbDrone.Core/Queue/QueueUpdatedEvent.cs

9 lines
127 B
C#

using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.Queue
{
public class QueueUpdatedEvent : IEvent
{
}
}