mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-08 04:21:32 +02:00
9 lines
156 B
C#
9 lines
156 B
C#
using NzbDrone.Common.Messaging;
|
|
|
|
namespace NzbDrone.Core.Lifecycle
|
|
{
|
|
[LifecycleEvent]
|
|
public class ApplicationStartingEvent : IEvent
|
|
{
|
|
}
|
|
}
|