better process.start for mono

This commit is contained in:
kay.one
2013-08-13 22:20:24 -07:00
parent aee7019ed2
commit 435904bc0a
12 changed files with 34 additions and 45 deletions

View File

@@ -63,7 +63,7 @@ namespace NzbDrone.Host
try
{
_logger.Info("Starting default browser. {0}", _hostController.AppUrl);
_processProvider.Start(_hostController.AppUrl);
_processProvider.OpenDefaultBrowser(_hostController.AppUrl);
}
catch (Exception e)
{