Fixed channel update

This commit is contained in:
WolverinDEV 2021-03-23 17:26:16 +01:00
parent f410c9d467
commit 3aa50a2c1a
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {
updated_properties.push_back(property::CLIENT_CHANNEL_GROUP_ID);
updated_properties.push_back(property::CLIENT_CHANNEL_GROUP_INHERITED_CHANNEL_ID);
channel_group_changed = true;
}