Merge pull request #4434 from BaronGreenback/4423

Fixes #4423 - Fixes DLNA in unstable;
pull/4437/head
Claus Vium 4 years ago committed by GitHub
commit 4bccff26f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save