mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 01:23:26 +02:00
added season page
This commit is contained in:
parent
a90e925ec6
commit
6cec3a5236
2 changed files with 7 additions and 0 deletions
|
|
@ -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 a new issue