diff options
| author | Cody Robibero <cody@robibe.ro> | 2025-08-12 20:20:54 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-12 20:20:54 -0600 |
| commit | bd94ca30711e551c834d10c5c3de6fb6a7795bc7 (patch) | |
| tree | 52040cf9cb2b083cf923dd093b94d7c97908a327 /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | 869b4f8bbf3d27c95e3a012b1f9d7d1cb590fcfc (diff) | |
| parent | beca405ad4c771f9cfdd5b410b4a4ba9f1c2d6c8 (diff) | |
Merge pull request #14634 from crobibero/itemname-counts
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 2 |
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); |
