update browser launcher

This commit is contained in:
Luke Pulverenti 2016-12-21 23:28:00 -05:00
parent d26a5086c1
commit 961ec0b815

View File

@ -1592,7 +1592,7 @@ namespace Emby.Server.Core
var process = ProcessFactory.Create(new ProcessOptions
{
FileName = url,
EnableRaisingEvents = true,
//EnableRaisingEvents = true,
UseShellExecute = true,
ErrorDialog = false
});