Update Jellyfin.Api/Controllers/GenresController.cs

pull/5929/head
Cody Robibero 3 years ago committed by GitHub
parent d27ca993a5
commit 69e91c33d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save