fix mv button
This commit is contained in:
parent
05578fd0e7
commit
0f5971bb1c
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue