ogg-file for Desktop as NWjs doesn't accept mp3
This commit is contained in:
parent
c0e691ec27
commit
74f3e19545
2 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
|
|||
if (nativeAudioAvailable) {
|
||||
window.plugins.NativeAudio.play('received');
|
||||
} else {
|
||||
new Audio('misc/coin_received.mp3').play();
|
||||
new Audio('misc/coin_received.ogg').play(); // NW.js has no mp3 support
|
||||
}
|
||||
} else {
|
||||
$log.debug('Sound is disabled.');
|
||||
|
|
|
|||
BIN
www/misc/coin_received.ogg
Normal file
BIN
www/misc/coin_received.ogg
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue