mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 18:54:48 +03:00
Make /MusicGenres obsolete
This commit is contained in:
@@ -66,6 +66,7 @@ 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