Radarr/src/NzbDrone.Core/Queue/UpdateQueueEvent.cs
2013-10-02 18:01:32 -07:00

8 lines
126 B
C#

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