Merge pull request #4434 from BaronGreenback/4423

Fixes #4423 - Fixes DLNA in unstable;
This commit is contained in:
Claus Vium 2020-11-07 22:13:26 +01:00 committed by GitHub
commit 4bccff26f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{