From 7533d6a9876b09f81dfdff51eaadc53d23611659 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 17 Jan 2017 13:00:19 -0500 Subject: rework now playing screen --- Emby.Server.Core/ApplicationHost.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Emby.Server.Core') 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 @@ -1476,6 +1476,10 @@ namespace Emby.Server.Core try { AuthorizeServer(); + } + catch (NotImplementedException) + { + } catch (Exception ex) { -- cgit v1.2.3