fix .net core system events
This commit is contained in:
parent
26978a1f9f
commit
827665390d
|
@ -7,5 +7,7 @@ namespace Emby.Server
|
|||
{
|
||||
public event EventHandler Resume;
|
||||
public event EventHandler Suspend;
|
||||
public event EventHandler SessionLogoff;
|
||||
public event EventHandler SystemShutdown;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user