mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
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…
x
Reference in New Issue
Block a user