diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-12 14:40:27 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-12 14:40:27 -0500 |
| commit | d84bb7160f8c3cfc953cdece890264d70e504e39 (patch) | |
| tree | fd325dc95a3dfb6acf817c035d15870530b0bc48 /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | c2d0fd99852aae31379b89591b538d075743362f (diff) | |
update next up queries
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 955230b8a..d297fd006 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -571,5 +571,6 @@ namespace MediaBrowser.Controller.Library void RegisterIgnoredPath(string path); void UnRegisterIgnoredPath(string path); + int GetCount(InternalItemsQuery query); } }
\ No newline at end of file |
