diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-11-21 17:15:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-21 17:15:36 -0500 |
| commit | bfe88d50576ef98d99890cde6dedf84d3cf9044f (patch) | |
| tree | e45797a21eaf7d5046cdab4bc362099512e24bae /Emby.Server.Implementations/Browser/BrowserLauncher.cs | |
| parent | 71ff88284be60fb39a7389e0c4990c94f2207ed4 (diff) | |
| parent | 77695f8abed3156de04c6bb2496c14a2ab3d90a8 (diff) | |
Merge pull request #3034 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/Browser/BrowserLauncher.cs')
| -rw-r--r-- | Emby.Server.Implementations/Browser/BrowserLauncher.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Browser/BrowserLauncher.cs b/Emby.Server.Implementations/Browser/BrowserLauncher.cs index 05cde91e2..71497f6bf 100644 --- a/Emby.Server.Implementations/Browser/BrowserLauncher.cs +++ b/Emby.Server.Implementations/Browser/BrowserLauncher.cs @@ -61,7 +61,7 @@ namespace Emby.Server.Implementations.Browser { appHost.LaunchUrl(url); } - catch (NotImplementedException) + catch (NotSupportedException) { } |
