This commit is contained in:
Luke Pulverenti
2017-11-21 17:14:56 -05:00
parent 46be272ec8
commit 77695f8abe
16 changed files with 75 additions and 75 deletions

View File

@@ -61,7 +61,7 @@ namespace Emby.Server.Implementations.Browser
{
appHost.LaunchUrl(url);
}
catch (NotImplementedException)
catch (NotSupportedException)
{
}