diff options
| -rw-r--r-- | Jellyfin.Api/Controllers/ArtistsController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/ArtistsController.cs b/Jellyfin.Api/Controllers/ArtistsController.cs index ae81818b8..6b2084170 100644 --- a/Jellyfin.Api/Controllers/ArtistsController.cs +++ b/Jellyfin.Api/Controllers/ArtistsController.cs @@ -286,7 +286,7 @@ namespace Jellyfin.Api.Controllers /// <param name="enableTotalRecordCount">Total record count.</param> /// <response code="200">Album artists returned.</response> /// <returns>An <see cref="OkResult"/> containing the album artists.</returns> - [HttpGet("/AlbumArtists")] + [HttpGet("AlbumArtists")] [ProducesResponseType(StatusCodes.Status200OK)] public ActionResult<QueryResult<BaseItemDto>> GetAlbumArtists( [FromQuery] double? minCommunityRating, |
