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 3c8e80d commit 97cebc2
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 @@ -219,6 +219,8 @@ const actions = {
const waitFilepath = getFullAudioFilepath('LibremPhoneCall')
const waitAudio = createAudioObject(waitFilepath)
context.commit('setWaitAudioObject', waitAudio)

context.commit('setAudioObjectsCreated')
},
}

Expand Down

0 comments on commit 97cebc2

Please sign in to comment.