Update DidlBuilder.cs

pull/2741/head
Bond-009 4 years ago committed by GitHub
parent ad0e2e42e6
commit 4cacfd5997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save