[atlona] Fix PROPERTY_VERSION not displaying correct value on UHD models (#10279)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
parent
b846bf1c56
commit
c8eb88fc53
@ -1118,7 +1118,7 @@ class AtlonaPro3PortocolHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
m = versionHdPattern.matcher(response);
|
m = versionHdPattern.matcher(response);
|
||||||
if (m.matches()) {
|
if (!capabilities.isUHDModel() && m.matches()) {
|
||||||
handleVersionResponse(m, response);
|
handleVersionResponse(m, response);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user