mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-18 23:48:35 +02:00
9 lines
127 B
C#
9 lines
127 B
C#
using NzbDrone.Common.Messaging;
|
|
|
|
namespace NzbDrone.Core.Queue
|
|
{
|
|
public class QueueUpdatedEvent : IEvent
|
|
{
|
|
}
|
|
}
|