mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
fix: bugs
This commit is contained in:
parent
603e39f362
commit
2c8ba10e20
7 changed files with 59 additions and 80 deletions
|
|
@ -46,7 +46,7 @@
|
|||
<div class="like-button">
|
||||
<button-icon
|
||||
:title="$t('player.like')"
|
||||
@click.native="likeASong(player.currentTrack.id)"
|
||||
@click.native="likeATrack(player.currentTrack.id)"
|
||||
>
|
||||
<svg-icon
|
||||
v-show="!player.isCurrentTrackLiked"
|
||||
|
|
@ -203,7 +203,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
...mapMutations(['toggleLyrics']),
|
||||
...mapActions(['showToast', 'likeASong']),
|
||||
...mapActions(['showToast', 'likeATrack']),
|
||||
goToNextTracksPage() {
|
||||
if (this.player.isPersonalFM) return;
|
||||
this.$route.name === 'next'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue