aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Dto
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-08-17 00:56:22 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-08-17 00:56:22 -0400
commit9849f522efa21097fcd827635ef75535bb821bf0 (patch)
tree9d3a0e391ba0f5db0e2a6dbd251cce86ceabac58 /MediaBrowser.Server.Implementations/Dto
parent823cb53ce04d7034893360b298742c22349d8e20 (diff)
fix playlist runtime display
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto')
-rw-r--r--MediaBrowser.Server.Implementations/Dto/DtoService.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
index 7b19589b7..aa6ab1d65 100644
--- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs
+++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
@@ -1647,7 +1647,8 @@ namespace MediaBrowser.Server.Implementations.Dto
IsFolder = false,
Recursive = true,
IsVirtualUnaired = false,
- IsMissing = false
+ IsMissing = false,
+ User = user
}).Result.Items;