修复播放稍后播放的歌曲时在原播放列表被更新是意外切歌的问题
parent
8f7523dd95
commit
2aa4ff8422
|
@ -20,7 +20,7 @@ export default () => {
|
|||
setTimeout(() => {
|
||||
setPlayMusicInfo(null, null)
|
||||
})
|
||||
} else {
|
||||
} else if (!playMusicInfo.isTempPlay) {
|
||||
console.log('current music removed')
|
||||
void playNext(true)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue