aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-29 15:01:04 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-29 15:01:04 -0400
commit67dc2a0bf98cf02c1ff07608c0f10b4e0ead6f58 (patch)
tree85e7e364d7243320c969da8fa66f1f11c3f5e173 /MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs
parent76586d3a49e21e06108c6abdec155b552c2745cb (diff)
update item queries
Diffstat (limited to 'MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs')
-rw-r--r--MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs b/MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs
index ba50f2f32..c70014cb6 100644
--- a/MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs
+++ b/MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs
@@ -489,7 +489,7 @@ namespace MediaBrowser.Dlna.ContentDirectory
Limit = limit,
StartIndex = startIndex
- }, user, new string[] { });
+ }, new string[] { });
var serverItems = itemsResult.Items.Select(i => new ServerItem
{