aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/ItemsService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-02 21:17:12 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-02 21:17:12 -0500
commit2db452f68f64fe4182e8ef3e83cc236c61fa8d82 (patch)
tree666347f695528ede86ded12527fcd6509f3b7739 /MediaBrowser.Api/UserLibrary/ItemsService.cs
parentaacbd70c9737211ad1ea5573e61a556df1862086 (diff)
add more data to media report
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/ItemsService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/ItemsService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/ItemsService.cs b/MediaBrowser.Api/UserLibrary/ItemsService.cs
index 39cccf28a..9075bdfc6 100644
--- a/MediaBrowser.Api/UserLibrary/ItemsService.cs
+++ b/MediaBrowser.Api/UserLibrary/ItemsService.cs
@@ -332,7 +332,7 @@ namespace MediaBrowser.Api.UserLibrary
var userId = user == null ? (Guid?)null : user.Id;
var item = string.IsNullOrEmpty(request.ParentId) ?
- user == null ? (BaseItem)_libraryManager.RootFolder : user.RootFolder :
+ user == null ? _libraryManager.RootFolder : user.RootFolder :
_dtoService.GetItemByDtoId(request.ParentId, userId);
// Default list type = children