diff --git a/resources/cider-ui-tests/index.js b/resources/cider-ui-tests/index.js index a3cdb28a..53c60263 100644 --- a/resources/cider-ui-tests/index.js +++ b/resources/cider-ui-tests/index.js @@ -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 = []