Explorar o código

Update Jellyfin.Api/Controllers/GenresController.cs

Cody Robibero %!s(int64=4) %!d(string=hai) anos
pai
achega
69e91c33d8
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Jellyfin.Api/Controllers/GenresController.cs

+ 0 - 1
Jellyfin.Api/Controllers/GenresController.cs

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