mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
8 lines
126 B
C#
8 lines
126 B
C#
using NzbDrone.Common.Messaging;
|
|
|
|
namespace NzbDrone.Core.Queue
|
|
{
|
|
public class UpdateQueueEvent : IEvent
|
|
{
|
|
}
|
|
}
|