music player buttons fix

This commit is contained in:
vapormusic 2021-12-07 14:00:14 +07:00
parent 36979a7769
commit fed4c24034

View file

@ -211,8 +211,10 @@ const app = new Vue({
if (type.includes("musicVideo")){
document.getElementById("apple-music-video-container").style.display = "block";
app.chrome.topChromeVisible = false
} else {
document.getElementById("apple-music-video-container").style.display = "none";
app.chrome.topChromeVisible = true
}
self.chrome.artworkReady = false
self.lyrics = []