mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-28 05:58:21 +00: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