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);