2
0
Luke Pulverenti 12 жил өмнө
parent
commit
6cec3a5236

+ 1 - 0
MediaBrowser.WebDashboard/Api/DashboardService.cs

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

+ 6 - 0
MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

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