mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 03:04:49 +03:00
Revert "Make /MusicGenres obsolete"
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user