Add missing route attribute

This commit is contained in:
crobibero 2020-05-23 18:19:49 -06:00
parent 6c376f18f7
commit a4b3f2e32b
1 changed files with 1 additions and 0 deletions

View File

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