1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

CIPropertyHostUtils: Fix status code for terminating a property inquiry

This commit is contained in:
reuk 2024-01-08 13:42:31 +00:00
parent 0192c86715
commit c7b975c525
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -66,7 +66,7 @@ struct PropertyHostUtils
them, them,
}; };
const auto jsonHeader = Encodings::jsonTo7BitText (JSONUtils::makeObjectWithKeyFirst ({ { "status", 104 } }, "status")); const auto jsonHeader = Encodings::jsonTo7BitText (JSONUtils::makeObjectWithKeyFirst ({ { "status", 144 } }, "status"));
detail::MessageTypeUtils::send (output, detail::MessageTypeUtils::send (output,
fb.firstGroup, fb.firstGroup,
notifyHeader, notifyHeader,