From d49494476770b3c0a091841bd3bbd44862fb8137 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 9 Mar 2014 18:14:44 -0400 Subject: calculate item by name counts on the fly --- MediaBrowser.Controller/Library/ILibraryManager.cs | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'MediaBrowser.Controller/Library') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 747ae48ad..9bde9aa29 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -304,19 +304,6 @@ namespace MediaBrowser.Controller.Library /// System.String. string FindCollectionType(BaseItem item); - /// - /// Gets all artists. - /// - /// IEnumerable{System.String}. - IEnumerable GetAllArtists(); - - /// - /// Gets all artists. - /// - /// The items. - /// IEnumerable{System.String}. - IEnumerable GetAllArtists(IEnumerable items); - /// /// Normalizes the root path list. /// -- cgit v1.2.3