mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Fix GetSimilarItems to exclude the searched for item Id (#14686)
This commit is contained in:
parent
26d9633fed
commit
1eadb07a12
1 changed files with 1 additions and 0 deletions
|
|
@ -784,6 +784,7 @@ public class LibraryController : BaseJellyfinApiController
|
|||
DtoOptions = dtoOptions,
|
||||
EnableTotalRecordCount = !isMovie ?? true,
|
||||
EnableGroupByMetadataKey = isMovie ?? false,
|
||||
ExcludeItemIds = [itemId]
|
||||
};
|
||||
|
||||
// ExcludeArtistIds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue