فهرست منبع

fixed queue image copy flag

Luke Pulverenti 12 سال پیش
والد
کامیت
8c08292c08
1فایلهای تغییر یافته به همراه6 افزوده شده و 2 حذف شده
  1. 6 2
      MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

+ 6 - 2
MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

@@ -123,8 +123,12 @@
     <Content Include="dashboard-ui\css\images\items\list\video.png">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
-    <Content Include="dashboard-ui\css\images\media\queue.png" />
-    <Content Include="dashboard-ui\css\images\media\chapter.png" />
+    <Content Include="dashboard-ui\css\images\media\queue.png">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
+    <Content Include="dashboard-ui\css\images\media\chapter.png">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\css\images\media\fullscreen.png">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>