Update Jellyfin.Api/Controllers/LibraryController.cs

This commit is contained in:
Cody Robibero 2021-12-23 20:46:27 +00:00 committed by GitHub
parent 3734c95fd4
commit 7774cb2067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,