mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Change route parameter name
This commit is contained in:
@@ -140,7 +140,7 @@ namespace Jellyfin.Api.Controllers
|
||||
/// <param name="enableImages">Optional, include image information in output.</param>
|
||||
/// <returns>A <see cref="QueryResult{BaseItemDto}"/> with the items.</returns>
|
||||
[HttpGet("/Items")]
|
||||
[HttpGet("/Users/{userId}/Items")]
|
||||
[HttpGet("/Users/{uId}/Items")]
|
||||
[ProducesResponseType(StatusCodes.Status200OK)]
|
||||
public ActionResult<QueryResult<BaseItemDto>> GetItems(
|
||||
[FromRoute] Guid uId,
|
||||
|
||||
@@ -221,6 +221,7 @@ namespace Jellyfin.Api.Controllers
|
||||
_dtoService,
|
||||
_logger)
|
||||
.GetItems(
|
||||
userId,
|
||||
userId,
|
||||
maxOfficialRating,
|
||||
hasThemeSong,
|
||||
|
||||
Reference in New Issue
Block a user