fix mv button

This commit is contained in:
vapormusic 2021-12-27 13:26:23 +07:00
parent 05578fd0e7
commit 0f5971bb1c
2 changed files with 2 additions and 2 deletions

View file

@ -23260,7 +23260,7 @@
} }
if (null != (l = "string" != typeof (h = g.pathwayID) ? im("invalid steering manifest PATHWAY-PRIORITY list item data type") : /^[\w\-\.]+$/.test(h) ? void 0 : im("steering manifest contains invalid pathway ID: " + h))) if (null != (l = "string" != typeof (h = g.pathwayID) ? im("invalid steering manifest PATHWAY-PRIORITY list item data type") : /^[\w\-\.]+$/.test(h) ? void 0 : im("steering manifest contains invalid pathway ID: " + h)))
break; break;
if (g.hdcpLevel === "NONE" && (g.url.includes("gr230") || g.url.includes("gr210"))){ if (g.hdcpLevel === "NONE" && (g.url.includes("gr230"))){
n.push(g)} n.push(g)}
} }
return { return {

View file

@ -442,7 +442,7 @@
</transition> </transition>
<div id="apple-music-video-container"> <div id="apple-music-video-container">
<div id="apple-music-video-player-controls"> <div id="apple-music-video-player-controls">
<div id="player-exit" title="Close" onclick="exitMV()"> <div id="player-exit" title="Close" @click="app.exitMV()">
<svg fill="white" xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" <svg fill="white" xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21"
aria-role="presentation" focusable="false"> aria-role="presentation" focusable="false">
<path <path