From 0024aa44ee1f316dc2c9d7d41d9306dd168159ea Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 9 Jan 2015 20:38:01 -0500 Subject: update series resolving --- MediaBrowser.Controller/Library/ILibraryManager.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'MediaBrowser.Controller/Library') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 8573f32e0..2ebd1cab9 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -265,6 +265,20 @@ namespace MediaBrowser.Controller.Library /// The item. /// System.String. string GetInheritedContentType(BaseItem item); + + /// + /// Gets the type of the configured content. + /// + /// The item. + /// System.String. + string GetConfiguredContentType(BaseItem item); + + /// + /// Gets the type of the configured content. + /// + /// The path. + /// System.String. + string GetConfiguredContentType(string path); /// /// Normalizes the root path list. -- cgit v1.2.3