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