Skip to content

Commit

Permalink
fix(sounds): mark audio objects as created
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy authored and backportbot[bot] committed Sep 19, 2024
1 parent f622127 commit 83de7c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/store/soundsStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ const actions = {
const waitFilepath = getFullAudioFilepath('LibremPhoneCall')
const waitAudio = createAudioObject(waitFilepath)
context.commit('setWaitAudioObject', waitAudio)

context.commit('setAudioObjectsCreated')
},
}

Expand Down

0 comments on commit 83de7c2

Please sign in to comment.