aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/ContentDirectory/ControlHandler.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-20 15:20:01 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-20 15:20:01 -0500
commit827602711e54bb966da0daa1e265e590a15a787d (patch)
treeca760e6f9615a7620e2260dbb974ff483d442c39 /Emby.Dlna/ContentDirectory/ControlHandler.cs
parent039487740bed4e8d680304be5766a35cce4ea3f6 (diff)
update sqlite dependencies
Diffstat (limited to 'Emby.Dlna/ContentDirectory/ControlHandler.cs')
-rw-r--r--Emby.Dlna/ContentDirectory/ControlHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/ContentDirectory/ControlHandler.cs b/Emby.Dlna/ContentDirectory/ControlHandler.cs
index 8cb59b0569..d77919e47a 100644
--- a/Emby.Dlna/ContentDirectory/ControlHandler.cs
+++ b/Emby.Dlna/ContentDirectory/ControlHandler.cs
@@ -509,7 +509,7 @@ namespace Emby.Dlna.ContentDirectory
{
var itemsResult = _libraryManager.GetItemsResult(new InternalItemsQuery(user)
{
- Person = person.Name,
+ PersonIds = new[] { person.Id.ToString("N") },
IncludeItemTypes = new[] { typeof(Movie).Name, typeof(Series).Name, typeof(Trailer).Name },
SortBy = new[] { ItemSortBy.SortName },
Limit = limit,