mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
replaced IInitializable interface with ApplicationStartedEvent
This commit is contained in:
10
NzbDrone.Core/Lifecycle/ApplicationStartedEvent.cs
Normal file
10
NzbDrone.Core/Lifecycle/ApplicationStartedEvent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using NzbDrone.Common.Eventing;
|
||||
|
||||
namespace NzbDrone.Core.Lifecycle
|
||||
{
|
||||
public class ApplicationStartedEvent : IEvent
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user