aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core/ApplicationHost.cs
diff options
context:
space:
mode:
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);