Update BaseControlHandler.cs

pull/4212/head
BaronGreenback 4 years ago committed by GitHub
parent d99db543da
commit 293237b714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save