From fd605212b428fc182d4600010c5525ae9db76e0c Mon Sep 17 00:00:00 2001 From: buttons Date: Thu, 11 Jun 2026 15:22:54 -0400 Subject: [PATCH] Fix audio file format requested from music library --- assets/scripts/core/game-scene.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/core/game-scene.js b/assets/scripts/core/game-scene.js index 6d008e6..06cf2ae 100644 --- a/assets/scripts/core/game-scene.js +++ b/assets/scripts/core/game-scene.js @@ -1572,7 +1572,7 @@ this._menuUpdateLogBtn = this.add.image(screenWidth - 30 - 50, 33, "GJ_WebSheet" if (!songUrl && isNCS) { const songId = levelData.customSongID; - const path = `/music/${songId}.mp3`; + const path = `/music/${songId}.ogg`; function generateCdnAuth(path) { const SALT = "8501f9c2-75ba-4230-8188-51037c4da102";