mirror of https://github.com/Radarr/Radarr
9 lines
126 B
C#
9 lines
126 B
C#
|
using NzbDrone.Common.Messaging;
|
|||
|
|
|||
|
namespace NzbDrone.Core.Queue
|
|||
|
{
|
|||
|
public class UpdateQueueEvent : IEvent
|
|||
|
{
|
|||
|
}
|
|||
|
}
|