diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-05-17 22:52:52 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-05-17 22:52:52 -0400 |
| commit | d6d3a5fc24b1fd9c467cb06d8cc887e0b2c297b8 (patch) | |
| tree | a0b1fc73053202b049c6302219e667df04b01c68 | |
| parent | 6eb2d975ae460a76542425e1904584036d59ed8c (diff) | |
lazy load chromecast script
| -rw-r--r-- | MediaBrowser.WebDashboard/Api/PackageCreator.cs | 1 | ||||
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.WebDashboard/Api/PackageCreator.cs b/MediaBrowser.WebDashboard/Api/PackageCreator.cs index b98dd2930f..b54ae4e3b4 100644 --- a/MediaBrowser.WebDashboard/Api/PackageCreator.cs +++ b/MediaBrowser.WebDashboard/Api/PackageCreator.cs @@ -548,7 +548,6 @@ namespace MediaBrowser.WebDashboard.Api "editorsidebar.js", "librarymenu.js", "mediacontroller.js", - "chromecast.js", "backdrops.js", "sync.js", "syncjob.js", diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index dfb90ab544..26f41837f3 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -225,6 +225,9 @@ <Content Include="dashboard-ui\cordovaindex.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\thirdparty\cordova\chromecast.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\thirdparty\cordova\imagestore.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
