Skip to content

Commit

Permalink
Merge pull request #13350 from nextcloud/fix/12660/fix-call-sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Antreesy authored Sep 19, 2024
2 parents e15d7db + a1c4142 commit bd8b8a6
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 bd8b8a6

Please sign in to comment.