X-Git-Url: https://git.auder.net/js/rpsls.js?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=61ced0aed63b5fa5c230898b1e7562c703eb8fd7;hb=de520e01c680ca3d74364f73cd29c026b86a883d;hp=a48997a9e72b3e4c7a6cc25929fd5cc49a4a0f02;hpb=1051336271ad4d4128ef1f66953f54973601d774;p=vchess.git diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index a48997a9..61ced0ae 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -896,7 +896,7 @@ export default { // If an error occurred, game is not added: abort if (!err) { if (this.st.settings.sound) - new Audio("/sounds/newgame.wav").play().catch(() => {}); + new Audio("/sounds/newgame.flac").play().catch(() => {}); this.$router.push("/game/" + gameInfo.id); } });