aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/LibraryController.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-12-24 01:59:11 +0000
committerGitHub <noreply@github.com>2021-12-24 01:59:11 +0000
commit259bc231d6a42171fb13db77a7694bf4a83d3478 (patch)
tree7fba8bfacd333fc74084fba6b4e34fcf73d0441e /Jellyfin.Api/Controllers/LibraryController.cs
parent00211ca056bbb2084e9f103290713127042c9d32 (diff)
parent7774cb206733902edb553fce0306b3ece5b65fb4 (diff)
Merge pull request #6867 from yresquirol/related-media
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 d4cc3810a..60e5b3ed6 100644
--- a/Jellyfin.Api/Controllers/LibraryController.cs
+++ b/Jellyfin.Api/Controllers/LibraryController.cs
@@ -740,6 +740,7 @@ namespace Jellyfin.Api.Controllers
var query = new InternalItemsQuery(user)
{
+ Genres = item.Genres,
Limit = limit,
IncludeItemTypes = includeItemTypes.ToArray(),
SimilarTo = item,