mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
separate device script
This commit is contained in:
parent
68ed1be0ac
commit
b5212f94a9
2 changed files with 4 additions and 0 deletions
|
|
@ -265,6 +265,7 @@ namespace MediaBrowser.WebDashboard.Api
|
|||
"thirdparty/apiclient/md5.js",
|
||||
"thirdparty/apiclient/sha1.js",
|
||||
"thirdparty/apiclient/store.js",
|
||||
"thirdparty/apiclient/device.js",
|
||||
"thirdparty/apiclient/credentials.js",
|
||||
"thirdparty/apiclient/mediabrowser.apiclient.js",
|
||||
"thirdparty/apiclient/connectionmanager.js"
|
||||
|
|
|
|||
|
|
@ -92,6 +92,9 @@
|
|||
<Content Include="dashboard-ui\selectserver.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\thirdparty\apiclient\device.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\thirdparty\apiclient\mediabrowser.apiclient.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue