mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Correct Library routing
This commit is contained in:
parent
778634b41b
commit
fb9654e783
@ -281,7 +281,7 @@ namespace Jellyfin.Api.Controllers
|
||||
/// <response code="200">Theme songs and videos returned.</response>
|
||||
/// <response code="404">Item not found.</response>
|
||||
/// <returns>The item theme videos.</returns>
|
||||
[HttpGet("ThemeMedia")]
|
||||
[HttpGet("/Items/{itemId}/ThemeMedia")]
|
||||
[ProducesResponseType(StatusCodes.Status200OK)]
|
||||
public ActionResult<AllThemeMediaResult> GetThemeMedia(
|
||||
[FromRoute] Guid itemId,
|
||||
|
Loading…
x
Reference in New Issue
Block a user