Adds PIP and fullscreen to MV, need glyph for PIP
This commit is contained in:
parent
fed4c24034
commit
81d277b91d
4 changed files with 438 additions and 337 deletions
|
@ -211,10 +211,10 @@ const app = new Vue({
|
|||
|
||||
if (type.includes("musicVideo")){
|
||||
document.getElementById("apple-music-video-container").style.display = "block";
|
||||
app.chrome.topChromeVisible = false
|
||||
// app.chrome.topChromeVisible = false
|
||||
} else {
|
||||
document.getElementById("apple-music-video-container").style.display = "none";
|
||||
app.chrome.topChromeVisible = true
|
||||
// app.chrome.topChromeVisible = true
|
||||
}
|
||||
self.chrome.artworkReady = false
|
||||
self.lyrics = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue