Update Jellyfin.Api/Controllers/GenresController.cs
This commit is contained in:
parent
d27ca993a5
commit
69e91c33d8
|
@ -71,7 +71,6 @@ namespace Jellyfin.Api.Controllers
|
|||
/// <returns>An <see cref="OkResult"/> containing the queryresult of genres.</returns>
|
||||
[HttpGet]
|
||||
[ProducesResponseType(StatusCodes.Status200OK)]
|
||||
[AllowAnonymous]
|
||||
public ActionResult<QueryResult<BaseItemDto>> GetGenres(
|
||||
[FromQuery] int? startIndex,
|
||||
[FromQuery] int? limit,
|
||||
|
|
Loading…
Reference in New Issue
Block a user