mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Update Jellyfin.Api/Controllers/LibraryController.cs
This commit is contained in:
parent
3734c95fd4
commit
7774cb2067
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user