mirror of
https://github.com/Readarr/Readarr
synced 2026-01-15 12:03:17 +01:00
8 lines
126 B
C#
8 lines
126 B
C#
using NzbDrone.Common.Messaging;
|
|
|
|
namespace NzbDrone.Core.Queue
|
|
{
|
|
public class UpdateQueueEvent : IEvent
|
|
{
|
|
}
|
|
}
|