mirror of https://github.com/lidarr/Lidarr
9 lines
141 B
C#
9 lines
141 B
C#
|
using NzbDrone.Common.Eventing;
|
|||
|
|
|||
|
namespace NzbDrone.Core.Lifecycle
|
|||
|
{
|
|||
|
public class ApplicationShutdownRequested : IEvent
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|