mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
allow for injectable server discovery
This commit is contained in:
@@ -292,6 +292,7 @@ namespace MediaBrowser.WebDashboard.Api
|
|||||||
"thirdparty/apiclient/deferred.js",
|
"thirdparty/apiclient/deferred.js",
|
||||||
"thirdparty/apiclient/mediabrowser.apiclient.js",
|
"thirdparty/apiclient/mediabrowser.apiclient.js",
|
||||||
"thirdparty/apiclient/connectservice.js",
|
"thirdparty/apiclient/connectservice.js",
|
||||||
|
"thirdparty/apiclient/serverdiscovery.js",
|
||||||
"thirdparty/apiclient/connectionmanager.js"
|
"thirdparty/apiclient/connectionmanager.js"
|
||||||
})
|
})
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -936,6 +936,9 @@
|
|||||||
<Content Include="dashboard-ui\thirdparty\apiclient\network.js">
|
<Content Include="dashboard-ui\thirdparty\apiclient\network.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\thirdparty\apiclient\serverdiscovery.js">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="dashboard-ui\thirdparty\apiclient\sha1.js">
|
<Content Include="dashboard-ui\thirdparty\apiclient\sha1.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
|||||||
Reference in New Issue
Block a user