diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-20 21:51:57 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-20 21:51:57 -0400 |
| commit | 14d8f48f31c0ea8fa507bbf38d9ee5db63d02ed3 (patch) | |
| tree | ed6dfce4ed779107fac7f62ee71ead729fddf872 /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | a3a658e82079ac8e56193ce4d2047a547e0289c9 (diff) | |
add filters to item by name query
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ -49,13 +49,6 @@ namespace MediaBrowser.Controller.Library AggregateFolder RootFolder { get; } /// <summary> - /// Gets the person sync. - /// </summary> - /// <param name="name">The name.</param> - /// <returns>Person.</returns> - Person GetPersonSync(string name); - - /// <summary> /// Gets a Person /// </summary> /// <param name="name">The name.</param> |
