fix process exit

pull/702/head
Luke Pulverenti 8 years ago
parent b1276dc208
commit 7036901a9b

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

Loading…
Cancel
Save