Fixed channel update
This commit is contained in:
parent
f410c9d467
commit
3aa50a2c1a
@ -1105,7 +1105,7 @@ void ConnectedClient::update_displayed_client_groups(bool& server_groups_changed
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(this->properties()[property::CLIENT_CHANNEL_GROUP_INHERITED_CHANNEL_ID].update_value(channel_inherit_id)) {
|
if(this->properties()[property::CLIENT_CHANNEL_GROUP_INHERITED_CHANNEL_ID].update_value(channel_inherit_id)) {
|
||||||
updated_properties.push_back(property::CLIENT_CHANNEL_GROUP_ID);
|
updated_properties.push_back(property::CLIENT_CHANNEL_GROUP_INHERITED_CHANNEL_ID);
|
||||||
channel_group_changed = true;
|
channel_group_changed = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user