From fbe522592ac4ddf92c6ca7a364302f852749b426 Mon Sep 17 00:00:00 2001 From: Shadowghost Date: Sun, 7 Jun 2026 21:27:03 +0200 Subject: [PATCH] Include owned items when querying items endpoint --- Jellyfin.Api/Controllers/ItemsController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Jellyfin.Api/Controllers/ItemsController.cs b/Jellyfin.Api/Controllers/ItemsController.cs index 9115227707..5f23f2fcee 100644 --- a/Jellyfin.Api/Controllers/ItemsController.cs +++ b/Jellyfin.Api/Controllers/ItemsController.cs @@ -981,6 +981,7 @@ public class ItemsController : BaseJellyfinApiController MediaTypes = mediaTypes, IsVirtualItem = false, CollapseBoxSetItems = false, + IncludeOwnedItems = true, EnableTotalRecordCount = enableTotalRecordCount, AncestorIds = ancestorIds, IncludeItemTypes = includeItemTypes,