浏览代码

update launch url

Luke 9 年之前
父节点
当前提交
8ee0e50a63
共有 1 个文件被更改,包括 1 次插入10 次删除
  1. 1 10
      MediaBrowser.Server.Mac/Native/BaseMonoApp.cs

+ 1 - 10
MediaBrowser.Server.Mac/Native/BaseMonoApp.cs

@@ -122,16 +122,7 @@ namespace MediaBrowser.Server.Mac
 
             process.Exited += ProcessExited;
 
-            try
-            {
-                process.Start();
-            }
-            catch (Exception ex)
-            {
-                _logger.ErrorException("Error launching url: {0}", ex, url);
-
-                throw;
-            }
+			process.Start();
         }
 
         /// <summary>