diff options
| author | crobibero <cody@robibe.ro> | 2020-09-07 18:45:06 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-09-07 18:45:06 -0600 |
| commit | 7294dc103f0cc6342c5f5a3c9456c17878031d3c (patch) | |
| tree | 12fa75396350c0e2d0ad06c245d021a36abb4799 /Jellyfin.Api/Controllers/ItemsController.cs | |
| parent | cd40688584a851ae7595d69f596ec0d06968f4e8 (diff) | |
Fix api routes
Diffstat (limited to 'Jellyfin.Api/Controllers/ItemsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/ItemsController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/ItemsController.cs b/Jellyfin.Api/Controllers/ItemsController.cs index 06ab176b2..652c4689d 100644 --- a/Jellyfin.Api/Controllers/ItemsController.cs +++ b/Jellyfin.Api/Controllers/ItemsController.cs @@ -145,7 +145,7 @@ namespace Jellyfin.Api.Controllers [HttpGet("Users/{uId}/Items", Name = "GetItems_2")] [ProducesResponseType(StatusCodes.Status200OK)] public ActionResult<QueryResult<BaseItemDto>> GetItems( - [FromRoute, Required] Guid? uId, + [FromRoute] Guid? uId, [FromQuery] Guid? userId, [FromQuery] string? maxOfficialRating, [FromQuery] bool? hasThemeSong, |
