From 7774cb206733902edb553fce0306b3ece5b65fb4 Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Thu, 23 Dec 2021 20:46:27 +0000 Subject: [PATCH] Update Jellyfin.Api/Controllers/LibraryController.cs --- Jellyfin.Api/Controllers/LibraryController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Api/Controllers/LibraryController.cs b/Jellyfin.Api/Controllers/LibraryController.cs index b3c6fac7c8..9d910386a1 100644 --- a/Jellyfin.Api/Controllers/LibraryController.cs +++ b/Jellyfin.Api/Controllers/LibraryController.cs @@ -739,7 +739,7 @@ namespace Jellyfin.Api.Controllers var query = new InternalItemsQuery(user) { - Genres = item.Genres, // Passing items' genres to obtain a more accurate list of its related media + Genres = item.Genres, Limit = limit, IncludeItemTypes = includeItemTypes.ToArray(), SimilarTo = item,