瀏覽代碼

update browser launcher

Luke Pulverenti 8 年之前
父節點
當前提交
961ec0b815
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Server.Core/ApplicationHost.cs

+ 1 - 1
Emby.Server.Core/ApplicationHost.cs

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