From dab5003d6bba57c27f4111653b36d39862b5b6fd Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 12 Jul 2013 15:56:40 -0400 Subject: added collection type --- MediaBrowser.Controller/Library/ILibraryManager.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MediaBrowser.Controller/Library') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index ddfec703c5..f4165a6301 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -254,5 +254,12 @@ namespace MediaBrowser.Controller.Library /// /// The item. void ReportItemRemoved(BaseItem item); + + /// + /// Finds the type of the collection. + /// + /// The item. + /// System.String. + string FindCollectionType(BaseItem item); } } \ No newline at end of file -- cgit v1.2.3