diff --git a/src/components/Talk/AudioInfo.vue b/src/components/Talk/AudioInfo.vue index b974b71c6c..e9c420db3d 100644 --- a/src/components/Talk/AudioInfo.vue +++ b/src/components/Talk/AudioInfo.vue @@ -520,7 +520,7 @@ const parameters = computed(() => { action: "COMMAND_MULTI_SET_AUDIO_POST_PHONEME_LENGTH", key: "postPhonemeLength", }, - switchPauseLengthMode.value === "SCALE" ? plsParam : plParam, + store.state.switchPauseLengthMode.value === "SCALE" ? plsParam : plParam, ]; // switchPauseLengthModeの変更に伴って更新 const newParam = switchPauseLengthMode.value === "SCALE" ? plsParam : plParam;