update launch url
This commit is contained in:
parent
e5a0d8dd84
commit
8ee0e50a63
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user