From ac123f16fbab1f6ab93cd12b9a2da62c9c29ca7e Mon Sep 17 00:00:00 2001 From: uwaa Date: Fri, 10 Jan 2025 10:53:04 +0000 Subject: [PATCH] stop main theme quickly --- rot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rot.js b/rot.js index c904ca5..1311f78 100644 --- a/rot.js +++ b/rot.js @@ -112,6 +112,7 @@ //Theme application function applyMainTheme() { console.log("Applying main theme"); + setMusic(null); setTimeout(() => { let pageMusic = document.querySelector('meta[name="pageMusic"]')?.content || document.getElementById("pageMusic")?.getAttribute("href"); setMusic(pageMusic);