aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/LibraryController.cs
diff options
context:
space:
mode:
authorDavid <daullmer@gmail.com>2020-06-26 13:42:21 +0200
committerDavid <daullmer@gmail.com>2020-06-26 13:42:21 +0200
commit778634b41b7337ab676bf2331939ea11106af20e (patch)
tree61276c0dca24ecac3de2ce063d4aa0afefb73712 /Jellyfin.Api/Controllers/LibraryController.cs
parent45f195aca9f0e5291e2e4760142dac2bfb70a38a (diff)
Move InstantMixService to Jellyfin.Api
Diffstat (limited to 'Jellyfin.Api/Controllers/LibraryController.cs')
-rw-r--r--Jellyfin.Api/Controllers/LibraryController.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/LibraryController.cs b/Jellyfin.Api/Controllers/LibraryController.cs
index 9ad70024a..640308d4a 100644
--- a/Jellyfin.Api/Controllers/LibraryController.cs
+++ b/Jellyfin.Api/Controllers/LibraryController.cs
@@ -281,6 +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")]
[ProducesResponseType(StatusCodes.Status200OK)]
public ActionResult<AllThemeMediaResult> GetThemeMedia(
[FromRoute] Guid itemId,