From fed4c240341db53462ec8cd3b9f2e33e043804a7 Mon Sep 17 00:00:00 2001 From: vapormusic Date: Tue, 7 Dec 2021 14:00:14 +0700 Subject: [PATCH] music player buttons fix --- resources/cider-ui-tests/index.js | 2 ++ 1 file changed, 2 insertions(+) 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 = []