mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-31 17:41:29 +00:00
fix process exit
This commit is contained in:
parent
b1276dc208
commit
7036901a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ namespace Emby.Common.Implementations.Diagnostics
|
|||
{
|
||||
if (Exited != null)
|
||||
{
|
||||
Exited(_process, e);
|
||||
Exited(this, e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue