mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 03:22:41 -04:00
fix process exit
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Emby.Common.Implementations.Diagnostics
|
||||
{
|
||||
if (Exited != null)
|
||||
{
|
||||
Exited(_process, e);
|
||||
Exited(this, e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user