X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=61ced0aed63b5fa5c230898b1e7562c703eb8fd7;hp=a48997a9e72b3e4c7a6cc25929fd5cc49a4a0f02;hb=1fc6df1e59013ff7e0d484bc0e9bb462230fd221;hpb=3b6472d76e9acba77776591243d1fd76a9955779 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); } });