aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-04-29 04:10:26 -0600
committerGitHub <noreply@github.com>2021-04-29 04:10:26 -0600
commit69e91c33d8af168d12ba02c1a3e4762131ded952 (patch)
treec5397f76d1afe4ef43a19b16b3c636e35b5a707e
parentd27ca993a5670d69bb40dd9879137c56eefe00e8 (diff)
Update Jellyfin.Api/Controllers/GenresController.cs
-rw-r--r--Jellyfin.Api/Controllers/GenresController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/GenresController.cs b/Jellyfin.Api/Controllers/GenresController.cs
index 2c67e82f2..5aa457153 100644
--- a/Jellyfin.Api/Controllers/GenresController.cs
+++ b/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,