修复列表覆盖问题
parent
6f4129d317
commit
5f11fa65b4
|
@ -118,7 +118,7 @@ export const listDataOverwrite = ({ defaultList, loveList, userList, tempList }:
|
||||||
return listInfo
|
return listInfo
|
||||||
})
|
})
|
||||||
for (const list of userLists) {
|
for (const list of userLists) {
|
||||||
if (!allMusicList.has(list.id)) continue
|
if (!allMusicList.has(list.id) || newUserIds.includes(list.id)) continue
|
||||||
removeMusicList(list.id)
|
removeMusicList(list.id)
|
||||||
updatedListIds.push(list.id)
|
updatedListIds.push(list.id)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue