修复收藏的在线列表id迁移保存出错的问题

pull/459/head
lyswhut 2021-03-10 00:41:38 +08:00
parent 6b170f3116
commit 756a285978
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
### 修复
- 修复歌曲ID存储变更导致酷狗图片获取失败的问题
- 修复收藏的在线列表id迁移保存出错的问题

View File

@ -313,7 +313,7 @@ export default {
l.sourceListId = id
if (!needSave) needSave = true
})
if (needSave) this.saveUserList(userList)
if (needSave) this.saveMyList({ userList })
} else {
userList = this.userList
}