浏览代码

added next up page

Luke Pulverenti 12 年之前
父节点
当前提交
98ad0bd43b

+ 1 - 0
MediaBrowser.Api/MediaBrowser.Api.csproj

@@ -88,6 +88,7 @@
     <Compile Include="ApiEntryPoint.cs" />
     <Compile Include="SearchService.cs" />
     <Compile Include="SystemService.cs" />
+    <Compile Include="TvShowsService.cs" />
     <Compile Include="UserLibrary\ArtistsService.cs" />
     <Compile Include="UserLibrary\BaseItemsByNameService.cs" />
     <Compile Include="UserLibrary\BaseItemsRequest.cs" />

+ 6 - 2
MediaBrowser.WebDashboard/Api/DashboardService.cs

@@ -101,7 +101,7 @@ namespace MediaBrowser.WebDashboard.Api
         /// </summary>
         /// <value>The request context.</value>
         public IRequestContext RequestContext { get; set; }
-        
+
         /// <summary>
         /// Gets or sets the task manager.
         /// </summary>
@@ -122,6 +122,9 @@ namespace MediaBrowser.WebDashboard.Api
         /// </summary>
         private readonly ILibraryManager _libraryManager;
 
+        /// <summary>
+        /// The _server configuration manager
+        /// </summary>
         private readonly IServerConfigurationManager _serverConfigurationManager;
 
         /// <summary>
@@ -490,6 +493,7 @@ namespace MediaBrowser.WebDashboard.Api
                                       "supporterkeypage.js",
                                       "supporterpage.js",
                                       "tvgenres.js",
+                                      "tvnextup.js",
                                       "tvpeople.js",
                                       "tvrecommended.js",
                                       "tvshows.js",
@@ -546,7 +550,7 @@ namespace MediaBrowser.WebDashboard.Api
             memoryStream.Position = 0;
             return memoryStream;
         }
-        
+
         /// <summary>
         /// Appends the resource.
         /// </summary>

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

@@ -273,6 +273,9 @@
     <Content Include="dashboard-ui\scripts\search.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
+    <Content Include="dashboard-ui\scripts\tvnextup.js">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\songs.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
@@ -404,6 +407,9 @@
     <Content Include="dashboard-ui\tvgenres.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
+    <Content Include="dashboard-ui\tvnextup.html">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\tvpeople.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>