mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 10:44:23 -04:00
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 Resume;
|
||||||
public event EventHandler Suspend;
|
public event EventHandler Suspend;
|
||||||
|
public event EventHandler SessionLogoff;
|
||||||
|
public event EventHandler SystemShutdown;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user