aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Hobbs <jesus.tesh@gmail.com>2014-03-10 22:49:37 +0000
committerTim Hobbs <jesus.tesh@gmail.com>2014-03-10 22:49:37 +0000
commitd50455e0465240b6b050a95703856c820c2769fe (patch)
tree31898de937a0d1b73448a742da7e6b3a855f94a0
parent5e2da20ddacb8e3179bfcaa996e45cffefb7deb5 (diff)
Forgot to set "copy if newer"
-rw-r--r--MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj4
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>