From fb9654e783a153871d484fcdb65cac905a1729b2 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 26 Jun 2020 13:43:31 +0200 Subject: Correct Library routing --- Jellyfin.Api/Controllers/LibraryController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jellyfin.Api/Controllers/LibraryController.cs') diff --git a/Jellyfin.Api/Controllers/LibraryController.cs b/Jellyfin.Api/Controllers/LibraryController.cs index 640308d4a..f525076fb 100644 --- a/Jellyfin.Api/Controllers/LibraryController.cs +++ b/Jellyfin.Api/Controllers/LibraryController.cs @@ -281,7 +281,7 @@ namespace Jellyfin.Api.Controllers /// Theme songs and videos returned. /// Item not found. /// The item theme videos. - [HttpGet("ThemeMedia")] + [HttpGet("/Items/{itemId}/ThemeMedia")] [ProducesResponseType(StatusCodes.Status200OK)] public ActionResult GetThemeMedia( [FromRoute] Guid itemId, -- cgit v1.2.3