diff options
| author | Bond-009 <bond.009@outlook.com> | 2026-06-08 19:41:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-08 19:41:21 +0200 |
| commit | 1a786f26c1e800550e823751f08581167edbdfc1 (patch) | |
| tree | b66f6b8c6f6127ce67f72e586678f3579a3cef9e /Jellyfin.Api/Controllers/ItemsController.cs | |
| parent | 007515eb73be321550160abf688490301181028c (diff) | |
| parent | e71914e99331c35ff1f44ddf3d69cd81d0121ec5 (diff) | |
Merge pull request #17041 from Shadowghost/media-source-handling-fixes
Media source handling fixes
Diffstat (limited to 'Jellyfin.Api/Controllers/ItemsController.cs')
| -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, |
