From 14d8f48f31c0ea8fa507bbf38d9ee5db63d02ed3 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 20 Oct 2013 21:51:57 -0400 Subject: add filters to item by name query --- MediaBrowser.Controller/Library/ILibraryManager.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 059c427bb..0bab0d356 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -48,13 +48,6 @@ namespace MediaBrowser.Controller.Library /// The root folder. AggregateFolder RootFolder { get; } - /// - /// Gets the person sync. - /// - /// The name. - /// Person. - Person GetPersonSync(string name); - /// /// Gets a Person /// -- cgit v1.2.3