implement "someone is on the website and i pause my song"

This commit is contained in:
nin0 2025-04-21 08:18:06 -04:00
parent 11517475ed
commit e98811546b
Signed by: nin0
SSH key fingerprint: SHA256:NOoDnFVvZNFvqfXCIhzr6oCTDImZAbTTuyAysZ8Ufk8

View file

@ -198,6 +198,8 @@ import LastFMIcon from "@assets/svg/fm.svg";
(document.querySelector(".lastfm-link") as HTMLLinkElement).href =
track.url;
} else {
spotifyCardWrapper.style = "";
}
}