2
0
Эх сурвалжийг харах

Related media according to genre

Yordany Rodriguez Esquirol 3 жил өмнө
parent
commit
3734c95fd4

+ 1 - 0
Jellyfin.Api/Controllers/LibraryController.cs

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