thats a mistake

This commit is contained in:
2026-07-11 22:41:49 +02:00
parent 326ab71ad2
commit 160f8ee1b3
+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;
config.volumes.audio = calculate_sharedaudio_volume(config.volumes, config.rds_streams);
data->config->volumes.audio = calculate_sharedaudio_volume(config.volumes, config.rds_streams);
reply = 0;
break;
case 0xfe: