Преглед на файлове

progress on movies home page

Luke Pulverenti преди 12 години
родител
ревизия
c59ada6af7
променени са 2 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 1 0
      MediaBrowser.WebDashboard/Api/DashboardService.cs
  2. 6 0
      MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

+ 1 - 0
MediaBrowser.WebDashboard/Api/DashboardService.cs

@@ -473,6 +473,7 @@ namespace MediaBrowser.WebDashboard.Api
                                       "mediaplayer.js",
                                       "metadataconfigurationpage.js",
                                       "metadataimagespage.js",
+                                      "moviesrecommended.js",
                                       "pluginspage.js",
                                       "pluginupdatespage.js",
                                       "scheduledtaskpage.js",

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

@@ -99,6 +99,9 @@
     <Content Include="dashboard-ui\css\images\items\list\audio.png">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
+    <Content Include="dashboard-ui\css\images\items\list\audiowide.png">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\css\images\items\list\chapter.png">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
@@ -180,6 +183,9 @@
     <Content Include="dashboard-ui\scripts\itembynamedetailpage.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
+    <Content Include="dashboard-ui\scripts\moviesrecommended.js">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\scripts\site.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>