diff options
| author | cvium <clausvium@gmail.com> | 2020-11-06 09:35:23 +0100 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2020-11-06 09:35:23 +0100 |
| commit | de52c8a497c288b8f7a807df806530a099b5ab0e (patch) | |
| tree | e8f1f5570291f4ad99b2b44c9c1b8e7e890b0479 /Jellyfin.Api/Controllers/GenresController.cs | |
| parent | 6e6ecbc988286108c691578a526f1f29aef4a229 (diff) | |
Revert "Make /MusicGenres obsolete"
Diffstat (limited to 'Jellyfin.Api/Controllers/GenresController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/GenresController.cs | 1 |
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, |
