1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-18 23:48:35 +02:00
Sonarr/src/NzbDrone.Core/Queue/QueueUpdatedEvent.cs

9 lines
127 B
C#

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