移除日志

pull/623/head
lyswhut 2021-08-08 12:16:22 +08:00
parent 354a9904e9
commit e15178150b
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ const actions = {
}
let currentIndex = filteredList.findIndex(m => m.songmid == currentMusic.songmid)
let nextIndex = currentIndex
console.log(currentIndex)
switch (rootState.setting.player.togglePlayMethod) {
case 'listLoop':
nextIndex = currentIndex === filteredList.length - 1 ? 0 : currentIndex + 1