aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core/ApplicationHost.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-01-17 16:10:28 -0500
committerGitHub <noreply@github.com>2017-01-17 16:10:28 -0500
commit61eb752efe4b57d46987f11cb83a366016388a10 (patch)
tree9ba19377531dbb8778e3463056b35b0f033c8761 /Emby.Server.Core/ApplicationHost.cs
parentcdcf9b5a2d86fc077842329d6bd734b3fd5cfd48 (diff)
parent7533d6a9876b09f81dfdff51eaadc53d23611659 (diff)
Merge pull request #2402 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Core/ApplicationHost.cs')
-rw-r--r--Emby.Server.Core/ApplicationHost.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Emby.Server.Core/ApplicationHost.cs b/Emby.Server.Core/ApplicationHost.cs
index 215ac8492..70ce2b053 100644
--- a/Emby.Server.Core/ApplicationHost.cs
+++ b/Emby.Server.Core/ApplicationHost.cs
@@ -1477,6 +1477,10 @@ namespace Emby.Server.Core
{
AuthorizeServer();
}
+ catch (NotImplementedException)
+ {
+
+ }
catch (Exception ex)
{
Logger.ErrorException("Error authorizing server", ex);