1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00
Files
Radarr/src/NzbDrone.Core/Queue/QueueUpdatedEvent.cs
T

9 lines
127 B
C#

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