mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 07:54:15 +01:00
fix .net core system events
This commit is contained in:
parent
26978a1f9f
commit
827665390d
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue