mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
修复player随机播放的bug
This commit is contained in:
parent
fff224a0bf
commit
6ce6f6b167
5 changed files with 58 additions and 30 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue