From 603b1693c0125664a37a6bef13f459b540322b6c Mon Sep 17 00:00:00 2001 From: David Date: Tue, 30 Jun 2020 14:15:17 +0200 Subject: [PATCH] Update Jellyfin.Api/Controllers/ArtistsController.cs Co-authored-by: Cody Robibero --- Jellyfin.Api/Controllers/ArtistsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Api/Controllers/ArtistsController.cs b/Jellyfin.Api/Controllers/ArtistsController.cs index ae81818b81..6b2084170e 100644 --- a/Jellyfin.Api/Controllers/ArtistsController.cs +++ b/Jellyfin.Api/Controllers/ArtistsController.cs @@ -286,7 +286,7 @@ namespace Jellyfin.Api.Controllers /// Total record count. /// Album artists returned. /// An containing the album artists. - [HttpGet("/AlbumArtists")] + [HttpGet("AlbumArtists")] [ProducesResponseType(StatusCodes.Status200OK)] public ActionResult> GetAlbumArtists( [FromQuery] double? minCommunityRating,