aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-20 12:29:50 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-20 12:29:50 -0400
commit6a5d6b5d4c7fdaf775f72e219928bf41fbb335dc (patch)
treead5e28746aee29773b96930caa1eba2d0d339d06 /MediaBrowser.WebDashboard
parent333935f3f6f76c4b85d99800a946bb3d2e890343 (diff)
forgot to mark file copy if newer
Diffstat (limited to 'MediaBrowser.WebDashboard')
-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 458b515717..68836a2454 100644
--- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
+++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
@@ -288,7 +288,9 @@
<Content Include="dashboard-ui\scripts\movietrailers.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\scripts\musicgenres.js" />
+ <Content Include="dashboard-ui\scripts\musicgenres.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\scripts\playlist.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>