移除日志
parent
354a9904e9
commit
e15178150b
|
@ -363,7 +363,7 @@ const actions = {
|
||||||
}
|
}
|
||||||
let currentIndex = filteredList.findIndex(m => m.songmid == currentMusic.songmid)
|
let currentIndex = filteredList.findIndex(m => m.songmid == currentMusic.songmid)
|
||||||
let nextIndex = currentIndex
|
let nextIndex = currentIndex
|
||||||
console.log(currentIndex)
|
|
||||||
switch (rootState.setting.player.togglePlayMethod) {
|
switch (rootState.setting.player.togglePlayMethod) {
|
||||||
case 'listLoop':
|
case 'listLoop':
|
||||||
nextIndex = currentIndex === filteredList.length - 1 ? 0 : currentIndex + 1
|
nextIndex = currentIndex === filteredList.length - 1 ? 0 : currentIndex + 1
|
||||||
|
|
Loading…
Reference in New Issue