Adds PIP and fullscreen to MV, need glyph for PIP

This commit is contained in:
booploops 2021-12-06 23:38:07 -08:00
parent fed4c24034
commit 81d277b91d
4 changed files with 438 additions and 337 deletions

View file

@ -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 = []