diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2026-06-07 21:27:03 +0200 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2026-06-07 23:06:48 +0200 |
| commit | fbe522592ac4ddf92c6ca7a364302f852749b426 (patch) | |
| tree | 1c39245d23d4d87ddb7fd809cd0012820f7d0c34 | |
| parent | 59974490cc21396cbb17a7ef05802bc921edc1c5 (diff) | |
Include owned items when querying items endpoint
| -rw-r--r-- | Jellyfin.Api/Controllers/ItemsController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
