added movie trailers page

This commit is contained in:
Luke Pulverenti 2013-04-17 13:04:57 -04:00
parent d399705e59
commit c38a27f1c3
2 changed files with 7 additions and 0 deletions

View File

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

View File

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