mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
New: Better platform detection specifically for Non-Windows Systems
This commit is contained in:
@@ -4,13 +4,9 @@ namespace NzbDrone.Core.Lifecycle
|
||||
{
|
||||
public class ApplicationShutdownRequested : IEvent
|
||||
{
|
||||
public bool Restarting { get; set; }
|
||||
public bool Restarting { get; }
|
||||
|
||||
public ApplicationShutdownRequested()
|
||||
{
|
||||
}
|
||||
|
||||
public ApplicationShutdownRequested(bool restarting)
|
||||
public ApplicationShutdownRequested(bool restarting = false)
|
||||
{
|
||||
Restarting = restarting;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user