mirror of
https://github.com/Radarr/Radarr
synced 2026-02-11 09:12:33 +01:00
8 lines
127 B
C#
8 lines
127 B
C#
using NzbDrone.Common.Messaging;
|
|
|
|
namespace NzbDrone.Core.Queue
|
|
{
|
|
public class QueueUpdatedEvent : IEvent
|
|
{
|
|
}
|
|
}
|