Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/b693c52fe7f2fda6ea009c3ee8c032189369d896 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Make /MusicGenres obsolete

pull/4420/head
cvium 4 years ago
parent de52c8a497
commit b693c52fe7

@ -66,6 +66,7 @@ namespace Jellyfin.Api.Controllers
/// <response code="200">Music genres returned.</response>
/// <returns>An <see cref="OkResult"/> containing the queryresult of music genres.</returns>
[HttpGet]
[Obsolete("Use GetGenres instead")]
public ActionResult<QueryResult<BaseItemDto>> GetMusicGenres(
[FromQuery] int? startIndex,
[FromQuery] int? limit,

Loading…
Cancel
Save