瀏覽代碼

rework now playing screen

Luke Pulverenti 9 年之前
父節點
當前提交
7533d6a987
共有 2 個文件被更改,包括 4 次插入3 次删除
  1. 4 0
      Emby.Server.Core/ApplicationHost.cs
  2. 0 3
      MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

+ 4 - 0
Emby.Server.Core/ApplicationHost.cs

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

+ 0 - 3
MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

@@ -888,9 +888,6 @@
     <Content Include="dashboard-ui\scripts\editorsidebar.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
-    <Content Include="dashboard-ui\scripts\mediacontroller.js">
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </Content>
     <Content Include="dashboard-ui\scripts\metadatasubtitles.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>