mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #15687] [CLOSED] Don't list every item just to get count #14389
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/15687
Author: @gnattu
Created: 12/1/2025
Status: ❌ Closed
Base:
release-10.11.z← Head:only-count-folder-item📝 Commits (1)
a78c338Don't list every item just to get count📊 Changes
1 file changed (+6 additions, -18 deletions)
View changed files
📝
MediaBrowser.Controller/Entities/Folder.cs(+6 -18)📄 Description
This emby era logic now becomes a serious performance problem on very huge folders. Use the proper item count query for most common cases.
Changes
Issues
Fixes #15063
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.