i even closed vs code man

This commit is contained in:
2026-07-11 22:43:18 +02:00
parent e95a58b5ae
commit 2c5afb0ffa
+1 -1
View File
@@ -586,7 +586,7 @@ static void *handle_client(ipc_client_arg_t *arg) {
// Set RDS streams
memcpy(&bval, buf + 1, 1);
data->config->rds_streams = bval;
data->config->volumes.audio = calculate_sharedaudio_volume(config.volumes, config.rds_streams);
data->config->volumes.audio = calculate_sharedaudio_volume(data->config->volumes, bval);
reply = 0;
break;
case 0xfe: