diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-20 12:29:50 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-20 12:29:50 -0400 |
| commit | 6a5d6b5d4c7fdaf775f72e219928bf41fbb335dc (patch) | |
| tree | ad5e28746aee29773b96930caa1eba2d0d339d06 /MediaBrowser.WebDashboard | |
| parent | 333935f3f6f76c4b85d99800a946bb3d2e890343 (diff) | |
forgot to mark file copy if newer
Diffstat (limited to 'MediaBrowser.WebDashboard')
| -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 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>
|
