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

9 lines
126 B
C#
Raw Normal View History

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