зеркало из https://github.com/nextcloud/spreed.git
FIx path to files
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
d95df9a8f1
Коммит
6bf21d7d29
|
@ -111,7 +111,7 @@ export const Sounds = {
|
|||
if (playWaitingSound) {
|
||||
await this.playWaiting()
|
||||
} else {
|
||||
this._playSoundOnce('join_call.wav')
|
||||
this._playSoundOnce('join_call.ogg')
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -142,7 +142,7 @@ export const Sounds = {
|
|||
}
|
||||
this.lastPlayedLeave = currentTime
|
||||
|
||||
this._playSoundOnce('leave_call.wav')
|
||||
this._playSoundOnce('leave_call.ogg')
|
||||
|
||||
if (playWaitingSound) {
|
||||
this.playWaiting()
|
||||
|
|
Загрузка…
Ссылка в новой задаче