mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Fix GetSimilarItems to exclude the searched for item Id (#14686)
This commit is contained in:
@@ -784,6 +784,7 @@ public class LibraryController : BaseJellyfinApiController
|
||||
DtoOptions = dtoOptions,
|
||||
EnableTotalRecordCount = !isMovie ?? true,
|
||||
EnableGroupByMetadataKey = isMovie ?? false,
|
||||
ExcludeItemIds = [itemId]
|
||||
};
|
||||
|
||||
// ExcludeArtistIds
|
||||
|
||||
Reference in New Issue
Block a user