mirror of
https://github.com/Radarr/Radarr
synced 2026-01-04 14:42:26 +01:00
8 lines
126 B
C#
8 lines
126 B
C#
using NzbDrone.Common.Messaging;
|
|
|
|
namespace NzbDrone.Core.Queue
|
|
{
|
|
public class UpdateQueueEvent : IEvent
|
|
{
|
|
}
|
|
}
|