fix
This commit is contained in:
parent
317a56e439
commit
7317a1ad6f
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
<button class="playback-button play" @click="mk.play()" v-else></button>
|
||||
</div>
|
||||
<div class="app-chrome-item display--large">
|
||||
<button class="playback-button next" @click="mk.skipToNextItem()"></button>
|
||||
<button class="playback-button next" @click="skipToNextItem()"></button>
|
||||
</div>
|
||||
<div class="app-chrome-item display--large">
|
||||
<button class="playback-button--small repeat" v-if="mk.repeatMode == 0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue