diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-12-24 01:59:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-24 01:59:11 +0000 |
| commit | 259bc231d6a42171fb13db77a7694bf4a83d3478 (patch) | |
| tree | 7fba8bfacd333fc74084fba6b4e34fcf73d0441e /Jellyfin.Api | |
| parent | 00211ca056bbb2084e9f103290713127042c9d32 (diff) | |
| parent | 7774cb206733902edb553fce0306b3ece5b65fb4 (diff) | |
Merge pull request #6867 from yresquirol/related-media
Diffstat (limited to 'Jellyfin.Api')
| -rw-r--r-- | Jellyfin.Api/Controllers/LibraryController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/LibraryController.cs b/Jellyfin.Api/Controllers/LibraryController.cs index d4cc3810a..60e5b3ed6 100644 --- a/Jellyfin.Api/Controllers/LibraryController.cs +++ b/Jellyfin.Api/Controllers/LibraryController.cs @@ -740,6 +740,7 @@ namespace Jellyfin.Api.Controllers var query = new InternalItemsQuery(user) { + Genres = item.Genres, Limit = limit, IncludeItemTypes = includeItemTypes.ToArray(), SimilarTo = item, |
