aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-12-12 14:40:54 -0500
committerGitHub <noreply@github.com>2016-12-12 14:40:54 -0500
commitacf71527b52bea3d986d5bb3a899b4d8d5c6e2ac (patch)
treee6b39da5709b9b2fad03370c69181137f3141d0f /MediaBrowser.Controller/Library
parent73e7f20823ed0d18f90c5848791422e83d603f5c (diff)
parentd84bb7160f8c3cfc953cdece890264d70e504e39 (diff)
Merge pull request #2339 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/Library')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs1
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