Browse Source

added movie trailers page

Luke Pulverenti 12 years ago
parent
commit
c38a27f1c3

+ 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>