1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-30 18:25:57 -04:00
Files
Radarr/src/NzbDrone.Core/Queue/QueueUpdatedEvent.cs

9 lines
127 B
C#

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