Update BaseControlHandler.cs

This commit is contained in:
BaronGreenback
2020-09-25 18:40:10 +01:00
committed by GitHub
parent d99db543da
commit 293237b714

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)