Update DidlBuilder.cs
This commit is contained in:
parent
ad0e2e42e6
commit
4cacfd5997
|
@ -796,6 +796,8 @@ namespace Emby.Dlna.Didl
|
|||
"creator"
|
||||
};
|
||||
|
||||
// Seeing some LG models locking up due content with large lists of people
|
||||
// The actual issue might just be due to processing a more metadata than it can handle
|
||||
var people = _libraryManager.GetPeople(
|
||||
new InternalPeopleQuery
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user