Merge pull request #2264 from MediaBrowser/dev

fix process exit
pull/702/head
Luke 8 years ago committed by GitHub
commit e6d3f1041d

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

Loading…
Cancel
Save