Update BaseControlHandler.cs

This commit is contained in:
BaronGreenback 2020-09-25 18:40:10 +01:00 committed by GitHub
parent d99db543da
commit 293237b714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ namespace Emby.Dlna.Service
}
}
return new ControlRequestInfo();
throw new EndOfStreamException("Stream ended but no body tag found.");
}
private async Task<ControlRequestInfo> ParseBodyTagAsync(XmlReader reader)