aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-09 23:18:23 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-09 23:18:23 -0400
commitfe10df693551ded214adc49cbbe4d5ad00de66fb (patch)
tree6f0b9a5708958542fc4d75b31e63ccfdc4d2de29 /MediaBrowser.Controller/Library/ILibraryManager.cs
parenta46f81d5726204085e4d0a4b883d7bdd69de9b94 (diff)
improve queries from scheduled tasks
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs
index 05845102b..3001e3366 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -563,8 +563,6 @@ namespace MediaBrowser.Controller.Library
QueryResult<Tuple<BaseItem, ItemCounts>> GetAlbumArtists(InternalItemsQuery query);
QueryResult<Tuple<BaseItem, ItemCounts>> GetAllArtists(InternalItemsQuery query);
- void RegisterIgnoredPath(string path);
- void UnRegisterIgnoredPath(string path);
int GetCount(InternalItemsQuery query);
}
} \ No newline at end of file