mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Add missing route
This commit is contained in:
parent
45f195aca9
commit
835bda7be3
@ -281,6 +281,8 @@ 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("/Items/{itemId}/ThemeMedia")]
|
||||
[Authorize(Policy = Policies.DefaultAuthorization)]
|
||||
[ProducesResponseType(StatusCodes.Status200OK)]
|
||||
public ActionResult<AllThemeMediaResult> GetThemeMedia(
|
||||
[FromRoute] Guid itemId,
|
||||
|
Loading…
x
Reference in New Issue
Block a user