소스 검색

added movie trailers page

Luke Pulverenti 12 년 전
부모
커밋
c38a27f1c3
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

@@ -465,6 +465,7 @@ namespace MediaBrowser.WebDashboard.Api
                                       "moviepeople.js",
                                       "moviesrecommended.js",
                                       "moviestudios.js",
+                                      "movietrailers.js",
                                       "playlist.js",
                                       "plugincatalogpage.js",
                                       "pluginspage.js",

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

@@ -237,6 +237,9 @@
     <Content Include="dashboard-ui\moviestudios.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
+    <Content Include="dashboard-ui\movietrailers.html">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\musicrecommended.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
@@ -282,6 +285,9 @@
     <Content Include="dashboard-ui\scripts\moviestudios.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
+    <Content Include="dashboard-ui\scripts\movietrailers.js">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\scripts\playlist.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>