fix concerts

This commit is contained in:
vapormusic 2022-05-21 09:37:14 +07:00
parent 6e438c7eb7
commit d79106a64c
3 changed files with 75382 additions and 25419 deletions

View file

@ -911,7 +911,7 @@ const app = new Vue({
}
let type = (self.mk.nowPlayingItem != null) ? self.mk.nowPlayingItem["type"] ?? '' : '';
if (type.includes("musicVideo") || type.includes("uploadedVideo") || type.includes("music-movie")) {
if (type.includes("musicVideo") || type.includes("uploadedVideo") || type.includes("music-movie") || (self.mk.nowPlayingItem?.type == "radioStation" & self.mk.nowPlayingItem?.attributes?.mediaKind == "video")) {
document.getElementById("apple-music-video-container").style.display = "block";
document.body.setAttribute("video-playing", "true")
// app.chrome.topChromeVisible = false