Add missing route attribute

pull/2967/head
crobibero 4 years ago
parent 6c376f18f7
commit a4b3f2e32b

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

Loading…
Cancel
Save