diff options
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 3 |
1 files changed, 1 insertions, 2 deletions
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 /// <summary> /// Gets the user root folder. /// </summary> - /// <param name="userRootPath">The user root path.</param> /// <returns>UserRootFolder.</returns> - UserRootFolder GetUserRootFolder(string userRootPath); + Folder GetUserRootFolder(); /// <summary> /// Creates the item. |
