added season page
This commit is contained in:
parent
a90e925ec6
commit
6cec3a5236
|
@ -475,6 +475,7 @@ namespace MediaBrowser.WebDashboard.Api
|
|||
"supporterpage.js",
|
||||
"tvgenres.js",
|
||||
"tvpeople.js",
|
||||
"tvseason.js",
|
||||
"tvseries.js",
|
||||
"tvrecommended.js",
|
||||
"tvshows.js",
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user