Przeglądaj źródła

update launch url

Luke 9 lat temu
rodzic
commit
8ee0e50a63
1 zmienionych plików z 1 dodań i 10 usunięć
  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>