aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-09-09 23:47:58 -0400
committerGitHub <noreply@github.com>2017-09-09 23:47:58 -0400
commitdbf23fbd126a141c5c2cc05215c328d153b8255c (patch)
tree051101085376bd10a7c7be29532dcd4ae4e1b60d /MediaBrowser.Controller/Library/ILibraryManager.cs
parent926d976e84b62fd939811221d92fca45c96c02de (diff)
parent9440fdc719880ba9b8a7ecf5991cff98774bf49c (diff)
Merge pull request #2875 from MediaBrowser/dev
Dev
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