diff --git a/src/store/soundsStore.js b/src/store/soundsStore.js index 485537f39ff..cb1b151467f 100644 --- a/src/store/soundsStore.js +++ b/src/store/soundsStore.js @@ -219,6 +219,8 @@ const actions = { const waitFilepath = getFullAudioFilepath('LibremPhoneCall') const waitAudio = createAudioObject(waitFilepath) context.commit('setWaitAudioObject', waitAudio) + + context.commit('setAudioObjectsCreated') }, }