update use of shellexecute

This commit is contained in:
Luke Pulverenti
2016-12-09 20:58:52 -05:00
parent c7d520555b
commit e936f49518
13 changed files with 20 additions and 20 deletions

View File

@@ -55,7 +55,7 @@ namespace MediaBrowser.Server.Mono
var logger = _logger = logManager.GetLogger("Main");
ApplicationHost.LogEnvironmentInfo(logger, appPaths, true);
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
try