mitigate skipping on some library songs
This commit is contained in:
parent
5c56dfbcc3
commit
317a56e439
6 changed files with 13 additions and 5 deletions
|
@ -137,7 +137,7 @@
|
|||
<button class="playback-button play" @click="mk.play()" v-else></button>
|
||||
</div>
|
||||
<div class="app-chrome-item">
|
||||
<button class="playback-button next" @click="mk.skipToNextItem()"></button>
|
||||
<button class="playback-button next" @click="skipToNextItem()"></button>
|
||||
</div>
|
||||
<div class="app-chrome-item">
|
||||
<button class="playback-button--small repeat" v-if="mk.repeatMode == 0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue