music player buttons fix
This commit is contained in:
parent
36979a7769
commit
fed4c24034
1 changed files with 2 additions and 0 deletions
|
@ -211,8 +211,10 @@ const app = new Vue({
|
||||||
|
|
||||||
if (type.includes("musicVideo")){
|
if (type.includes("musicVideo")){
|
||||||
document.getElementById("apple-music-video-container").style.display = "block";
|
document.getElementById("apple-music-video-container").style.display = "block";
|
||||||
|
app.chrome.topChromeVisible = false
|
||||||
} else {
|
} else {
|
||||||
document.getElementById("apple-music-video-container").style.display = "none";
|
document.getElementById("apple-music-video-container").style.display = "none";
|
||||||
|
app.chrome.topChromeVisible = true
|
||||||
}
|
}
|
||||||
self.chrome.artworkReady = false
|
self.chrome.artworkReady = false
|
||||||
self.lyrics = []
|
self.lyrics = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue