Update BaseControlHandler.cs

This commit is contained in:
BaronGreenback 2020-11-07 18:59:32 +00:00 committed by GitHub
parent c54bdb4a0a
commit c6ff56a230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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
{