Related media according to genre
This commit is contained in:
parent
fa366f0099
commit
3734c95fd4
|
@ -739,6 +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
|
||||
Limit = limit,
|
||||
IncludeItemTypes = includeItemTypes.ToArray(),
|
||||
SimilarTo = item,
|
||||
|
|
Loading…
Reference in New Issue
Block a user