Commit 7a57878740682b920c37346284034629862e9fad
1 parent
7569cac360
Exists in
develop
Change
Sonido en comanda
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
src/app/modules/comanda/comanda.component.ts
... | ... | @@ -48,7 +48,7 @@ export class ComandaComponent implements OnInit { |
48 | 48 | } |
49 | 49 | } |
50 | 50 | if (!resComandas.length) return; |
51 | - SoundManager.playAudio('beep-01a.wav'); | |
51 | + SoundManager.playAudio('bell.mp3'); | |
52 | 52 | Array.prototype.push.apply(this.comandas, resComandas); |
53 | 53 | this.startTimersPedido(resComandas); |
54 | 54 | } |
src/assets/sounds/bell.mp3
No preview for this file type