allow for injectable server discovery

This commit is contained in:
Luke Pulverenti 2015-02-16 15:56:57 -05:00
parent ed89ace108
commit 72f00ebf2d
2 changed files with 4 additions and 0 deletions

View File

@ -292,6 +292,7 @@ namespace MediaBrowser.WebDashboard.Api
"thirdparty/apiclient/deferred.js",
"thirdparty/apiclient/mediabrowser.apiclient.js",
"thirdparty/apiclient/connectservice.js",
"thirdparty/apiclient/serverdiscovery.js",
"thirdparty/apiclient/connectionmanager.js"
})
{

View File

@ -936,6 +936,9 @@
<Content Include="dashboard-ui\thirdparty\apiclient\network.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\thirdparty\apiclient\serverdiscovery.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\thirdparty\apiclient\sha1.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>