adjusted unc message and supporter icon on every page
This commit is contained in:
parent
c6d6479817
commit
2f47265c4f
|
@ -97,7 +97,7 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
|
|||
};
|
||||
|
||||
client = new HttpClient(handler);
|
||||
client.Timeout = TimeSpan.FromSeconds(30);
|
||||
client.Timeout = TimeSpan.FromSeconds(20);
|
||||
_httpClients.TryAdd(host, client);
|
||||
}
|
||||
|
||||
|
|
|
@ -171,6 +171,9 @@
|
|||
<Content Include="dashboard-ui\css\images\media\reduce.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\css\images\supporter\nonsupporterbadge.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\css\images\userdata\administrator.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
|
Loading…
Reference in New Issue
Block a user