Merge pull request #6867 from yresquirol/related-media

This commit is contained in:
Cody Robibero 2021-12-24 01:59:11 +00:00 committed by GitHub
commit 259bc231d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -740,6 +740,7 @@ namespace Jellyfin.Api.Controllers
var query = new InternalItemsQuery(user)
{
Genres = item.Genres,
Limit = limit,
IncludeItemTypes = includeItemTypes.ToArray(),
SimilarTo = item,