fix process exit

This commit is contained in:
Luke Pulverenti 2016-11-01 01:56:05 -04:00
parent b1276dc208
commit 7036901a9b

View File

@ -56,7 +56,7 @@ namespace Emby.Common.Implementations.Diagnostics
{
if (Exited != null)
{
Exited(_process, e);
Exited(this, e);
}
}