Browse Source

fix report script

Luke Pulverenti 10 years ago
parent
commit
d0ef672696
1 changed files with 3 additions and 1 deletions
  1. 3 1
      MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

+ 3 - 1
MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

@@ -156,7 +156,9 @@
     <Content Include="dashboard-ui\scripts\photos.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
-    <Content Include="dashboard-ui\scripts\reports.js" />
+    <Content Include="dashboard-ui\scripts\reports.js">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\scripts\selectserver.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>