Browse Source

update browser launcher

Luke Pulverenti 8 năm trước cách đây
mục cha
commit
961ec0b815
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
             {
                 FileName = url,
-                EnableRaisingEvents = true,
+                //EnableRaisingEvents = true,
                 UseShellExecute = true,
                 ErrorDialog = false
             });