diff options
| author | Tim Hobbs <jesus.tesh@gmail.com> | 2014-03-10 22:49:37 +0000 |
|---|---|---|
| committer | Tim Hobbs <jesus.tesh@gmail.com> | 2014-03-10 22:49:37 +0000 |
| commit | d50455e0465240b6b050a95703856c820c2769fe (patch) | |
| tree | 31898de937a0d1b73448a742da7e6b3a855f94a0 | |
| parent | 5e2da20ddacb8e3179bfcaa996e45cffefb7deb5 (diff) | |
Forgot to set "copy if newer"
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 1b1abec12..2fc2407e0 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -536,7 +536,9 @@ <Content Include="dashboard-ui\scripts\editorsidebar.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\scripts\mediaplayer-video.js" />
+ <Content Include="dashboard-ui\scripts\mediaplayer-video.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\scripts\musicalbumartists.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
