浏览代码

Update Jellyfin.Api/Controllers/GenresController.cs

Cody Robibero 4 年之前
父节点
当前提交
69e91c33d8
共有 1 个文件被更改,包括 0 次插入1 次删除
  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,