rework now playing screen

This commit is contained in:
Luke Pulverenti
2017-01-17 13:00:19 -05:00
parent 75ad2af0b3
commit 7533d6a987
2 changed files with 4 additions and 3 deletions

View File

@@ -1476,6 +1476,10 @@ namespace Emby.Server.Core
try
{
AuthorizeServer();
}
catch (NotImplementedException)
{
}
catch (Exception ex)
{