added movie trailers page

pull/702/head
Luke Pulverenti 12 years ago
parent d399705e59
commit c38a27f1c3

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

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

Loading…
Cancel
Save