aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-21 00:04:11 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-21 00:04:11 -0500
commit7cd41a6ed62c46006307add9de92e0b329bd0edc (patch)
treef8d6515c218db6be90028f3fc7bacd549a0dab8f /MediaBrowser.Controller/Library/ILibraryManager.cs
parenta91c676565579c0ce7f7954e89a2b57a5c6c5780 (diff)
easier user library setup
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs3
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.