fix concerts
This commit is contained in:
parent
6e438c7eb7
commit
d79106a64c
3 changed files with 75382 additions and 25419 deletions
25453
src/renderer/apple-hls-old.js
Normal file
25453
src/renderer/apple-hls-old.js
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue