2
0
Эх сурвалжийг харах

Add missing route attribute

crobibero 5 жил өмнө
parent
commit
a4b3f2e32b

+ 1 - 0
Jellyfin.Api/Controllers/ChannelsController.cs

@@ -183,6 +183,7 @@ namespace Jellyfin.Api.Controllers
         /// <param name="channelIds">Optional. Specify one or more channel id's, comma delimited.</param>
         /// <response code="200">Latest channel items returned.</response>
         /// <returns>Latest channel items.</returns>
+        [HttpGet("Items/Latest")]
         public async Task<ActionResult<QueryResult<BaseItemDto>>> GetLatestChannelItems(
             [FromQuery] Guid? userId,
             [FromQuery] int? startIndex,