Lidarr/src/NzbDrone.Core/Lifecycle/ApplicationStartingEvent.cs
Meyn 90080d6f5c Improve external restart handling
(cherry picked from commit 6cd1ab3764587f1a6784f0d46efc2fc749149056)
2026-01-27 16:55:00 +01:00

9 lines
156 B
C#

using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.Lifecycle
{
[LifecycleEvent]
public class ApplicationStartingEvent : IEvent
{
}
}