Explorar o código

Merge pull request #4434 from BaronGreenback/4423

Fixes #4423 - Fixes DLNA in unstable;
Claus Vium %!s(int64=4) %!d(string=hai) anos
pai
achega
4bccff26f2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Emby.Dlna/Service/BaseControlHandler.cs

+ 1 - 0
Emby.Dlna/Service/BaseControlHandler.cs

@@ -169,6 +169,7 @@ namespace Emby.Dlna.Service
                         var result = new ControlRequestInfo(localName, namespaceURI);
                         using var subReader = reader.ReadSubtree();
                         await ParseFirstBodyChildAsync(subReader, result.Headers).ConfigureAwait(false);
+                        return result;
                     }
                     else
                     {