aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core/ApplicationHost.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-17 13:00:19 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-17 13:00:19 -0500
commit7533d6a9876b09f81dfdff51eaadc53d23611659 (patch)
treef6ee538aa3b1889fbca96c84eb6ab3a1a60e476d /Emby.Server.Core/ApplicationHost.cs
parent75ad2af0b38506ef73b20487e7b447a7650768b0 (diff)
rework now playing screen
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);