aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-05 00:12:35 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-05 00:12:35 -0400
commit0bc542b19135dc29d23f89e4b067bc4fda81c3d2 (patch)
treed9e04128774dc24ec8405ba103b7e33c6a7fa89e /MediaBrowser.Controller/Library/ILibraryManager.cs
parent980620f290be481584726b30128241472cef93d3 (diff)
fixed issue of UserRootFolders never getting persisted
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs
index da2f46abb..36d39d530 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -163,5 +163,12 @@ namespace MediaBrowser.Controller.Library
/// <param name="item"></param>
/// <returns>The proper instance to the item</returns>
BaseItem GetOrAddByReferenceItem(BaseItem item);
+
+ /// <summary>
+ /// Gets the user root folder.
+ /// </summary>
+ /// <param name="userRootPath">The user root path.</param>
+ /// <returns>UserRootFolder.</returns>
+ UserRootFolder GetUserRootFolder(string userRootPath);
}
} \ No newline at end of file