修复player随机播放的bug

This commit is contained in:
qier222 2020-10-17 22:16:44 +08:00
parent fff224a0bf
commit 6ce6f6b167
5 changed files with 58 additions and 30 deletions

View file

@ -176,7 +176,7 @@ export default {
...mapMutations([
"updateShuffleStatus",
"updatePlayerList",
"shuffleTheList",
"turnOnShuffleMode",
"updatePlayerState",
"updateRepeatStatus",
"updateLikedSongs",
@ -214,8 +214,7 @@ export default {
this.updateShuffleStatus(false);
this.updatePlayerList(this.player.notShuffledList);
} else {
this.updateShuffleStatus(true);
this.shuffleTheList();
this.turnOnShuffleMode();
}
},
repeat() {