Browse Source

Update DidlBuilder.cs

Bond-009 5 years ago
parent
commit
4cacfd5997
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Emby.Dlna/Didl/DidlBuilder.cs

+ 2 - 0
Emby.Dlna/Didl/DidlBuilder.cs

@@ -796,6 +796,8 @@ namespace Emby.Dlna.Didl
                 "creator"
                 "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(
             var people = _libraryManager.GetPeople(
                 new InternalPeopleQuery
                 new InternalPeopleQuery
                 {
                 {