ogg-file for Desktop as NWjs doesn't accept mp3

This commit is contained in:
Sebastiaan Pasma 2018-06-13 16:29:01 +02:00
commit 74f3e19545
2 changed files with 1 additions and 1 deletions

View file

@ -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

Binary file not shown.