We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e260ff commit ea822f9Copy full SHA for ea822f9
1 file changed
src/utils/player.ts
@@ -507,6 +507,7 @@ class Player {
507
}
508
// 超过次数:切到下一首或清空
509
this.retryInfo.count = 0;
510
+ this.switching = false;
511
if (dataStore.playList.length > 1) {
512
window.$message.error("当前歌曲播放失败,已跳至下一首");
513
await this.nextOrPrev("next");
0 commit comments