Selaa lähdekoodia

adjusted unc message and supporter icon on every page

Luke Pulverenti 12 vuotta sitten
vanhempi
sitoutus
2f47265c4f

+ 1 - 1
MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs

@@ -97,7 +97,7 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
                 };
                 };
 
 
                 client = new HttpClient(handler);
                 client = new HttpClient(handler);
-                client.Timeout = TimeSpan.FromSeconds(30);
+                client.Timeout = TimeSpan.FromSeconds(20);
                 _httpClients.TryAdd(host, client);
                 _httpClients.TryAdd(host, client);
             }
             }
 
 

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

@@ -171,6 +171,9 @@
     <Content Include="dashboard-ui\css\images\media\reduce.png">
     <Content Include="dashboard-ui\css\images\media\reduce.png">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>
+    <Content Include="dashboard-ui\css\images\supporter\nonsupporterbadge.png">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\css\images\userdata\administrator.png">
     <Content Include="dashboard-ui\css\images\userdata\administrator.png">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>