added season page

This commit is contained in:
Luke Pulverenti 2013-04-17 00:21:24 -04:00
parent a90e925ec6
commit 6cec3a5236
2 changed files with 7 additions and 0 deletions

View File

@ -475,6 +475,7 @@ namespace MediaBrowser.WebDashboard.Api
"supporterpage.js",
"tvgenres.js",
"tvpeople.js",
"tvseason.js",
"tvseries.js",
"tvrecommended.js",
"tvshows.js",

View File

@ -326,6 +326,9 @@
<Content Include="dashboard-ui\scripts\tvrecommended.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\scripts\tvseason.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\scripts\tvseries.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@ -371,6 +374,9 @@
<Content Include="dashboard-ui\tvrecommended.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\tvseason.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\tvseries.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>