From 7cd41a6ed62c46006307add9de92e0b329bd0edc Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 21 Feb 2014 00:04:11 -0500 Subject: easier user library setup --- MediaBrowser.Controller/Library/ILibraryManager.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 0b1ac9137..747ae48ad 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -202,9 +202,8 @@ namespace MediaBrowser.Controller.Library /// /// Gets the user root folder. /// - /// The user root path. /// UserRootFolder. - UserRootFolder GetUserRootFolder(string userRootPath); + Folder GetUserRootFolder(); /// /// Creates the item. -- cgit v1.2.3