aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-21 23:28:00 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-21 23:28:00 -0500
commit961ec0b815e0857abaaa0f474ae13dfa3b6b25ba (patch)
tree7e58335b80fc406a57e93be2d32416e5ccd65cb3
parentd26a5086c1a802e5f6e57506fbed918b81c07d97 (diff)
update browser launcher
-rw-r--r--Emby.Server.Core/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Core/ApplicationHost.cs b/Emby.Server.Core/ApplicationHost.cs
index 8af2c9f91..3590ade40 100644
--- a/Emby.Server.Core/ApplicationHost.cs
+++ b/Emby.Server.Core/ApplicationHost.cs
@@ -1592,7 +1592,7 @@ namespace Emby.Server.Core
var process = ProcessFactory.Create(new ProcessOptions
{
FileName = url,
- EnableRaisingEvents = true,
+ //EnableRaisingEvents = true,
UseShellExecute = true,
ErrorDialog = false
});