fix mv button
This commit is contained in:
parent
05578fd0e7
commit
0f5971bb1c
2 changed files with 2 additions and 2 deletions
|
@ -442,7 +442,7 @@
|
|||
</transition>
|
||||
<div id="apple-music-video-container">
|
||||
<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"
|
||||
aria-role="presentation" focusable="false">
|
||||
<path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue