aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2025-08-11 21:03:55 -0600
committerCody Robibero <cody@robibe.ro>2025-08-11 21:06:04 -0600
commitbeca405ad4c771f9cfdd5b410b4a4ba9f1c2d6c8 (patch)
treebef93d4b121c21877663c8ae7373df601b0cfb9a /MediaBrowser.Controller/Library/ILibraryManager.cs
parent5eef85f027194491796ceb693057239858ac017c (diff)
Refactor to pull item counts in a single query
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs
index 98ed15eb6..b72d1d0b4 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -630,6 +630,8 @@ namespace MediaBrowser.Controller.Library
int GetCount(InternalItemsQuery query);
+ ItemCounts GetItemCounts(InternalItemsQuery query);
+
Task RunMetadataSavers(BaseItem item, ItemUpdateType updateReason);
BaseItem GetParentItem(Guid? parentId, Guid? userId);