Skip to content

Commit

Permalink
Merge pull request #6721 from nextcloud/bugfix/6713/fix-path-to-files
Browse files Browse the repository at this point in the history
FIx path to files
  • Loading branch information
danxuliu authored Dec 15, 2021
2 parents d95df9a + 6bf21d7 commit 1089a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/sounds.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const Sounds = {
if (playWaitingSound) {
await this.playWaiting()
} else {
this._playSoundOnce('join_call.wav')
this._playSoundOnce('join_call.ogg')
}
},

Expand Down Expand Up @@ -142,7 +142,7 @@ export const Sounds = {
}
this.lastPlayedLeave = currentTime

this._playSoundOnce('leave_call.wav')
this._playSoundOnce('leave_call.ogg')

if (playWaitingSound) {
this.playWaiting()
Expand Down

0 comments on commit 1089a46

Please sign in to comment.