aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/GenresController.cs
diff options
context:
space:
mode:
authorcvium <clausvium@gmail.com>2020-11-06 09:35:23 +0100
committercvium <clausvium@gmail.com>2020-11-06 09:35:23 +0100
commitde52c8a497c288b8f7a807df806530a099b5ab0e (patch)
treee8f1f5570291f4ad99b2b44c9c1b8e7e890b0479 /Jellyfin.Api/Controllers/GenresController.cs
parent6e6ecbc988286108c691578a526f1f29aef4a229 (diff)
Revert "Make /MusicGenres obsolete"
Diffstat (limited to '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 94c1b4b9e..4e47658b0 100644
--- a/Jellyfin.Api/Controllers/GenresController.cs
+++ b/Jellyfin.Api/Controllers/GenresController.cs
@@ -66,7 +66,6 @@ namespace Jellyfin.Api.Controllers
/// <response code="200">Genres returned.</response>
/// <returns>An <see cref="OkResult"/> containing the queryresult of genres.</returns>
[HttpGet]
- [HttpGet("/MusicGenres", Name = "GetMusicGenres-Deprecated")]
[ProducesResponseType(StatusCodes.Status200OK)]
public ActionResult<QueryResult<BaseItemDto>> GetGenres(
[FromQuery] int? startIndex,