This commit is contained in:
Bond-009 2020-01-26 17:41:34 +01:00
parent 3a338c1899
commit bade35958a

View File

@ -28,6 +28,7 @@ namespace Emby.Dlna.ConnectionManager
if (string.Equals(methodName, "GetProtocolInfo", StringComparison.OrdinalIgnoreCase)) if (string.Equals(methodName, "GetProtocolInfo", StringComparison.OrdinalIgnoreCase))
{ {
HandleGetProtocolInfo(xmlWriter); HandleGetProtocolInfo(xmlWriter);
return;
} }
throw new ResourceNotFoundException("Unexpected control request name: " + methodName); throw new ResourceNotFoundException("Unexpected control request name: " + methodName);