mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
lazy load chromecast script
This commit is contained in:
parent
6eb2d975ae
commit
d6d3a5fc24
@ -548,7 +548,6 @@ namespace MediaBrowser.WebDashboard.Api
|
|||||||
"editorsidebar.js",
|
"editorsidebar.js",
|
||||||
"librarymenu.js",
|
"librarymenu.js",
|
||||||
"mediacontroller.js",
|
"mediacontroller.js",
|
||||||
"chromecast.js",
|
|
||||||
"backdrops.js",
|
"backdrops.js",
|
||||||
"sync.js",
|
"sync.js",
|
||||||
"syncjob.js",
|
"syncjob.js",
|
||||||
|
@ -225,6 +225,9 @@
|
|||||||
<Content Include="dashboard-ui\cordovaindex.html">
|
<Content Include="dashboard-ui\cordovaindex.html">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\thirdparty\cordova\chromecast.js">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="dashboard-ui\thirdparty\cordova\imagestore.js">
|
<Content Include="dashboard-ui\thirdparty\cordova\imagestore.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user