修复默认列表没有创建时无法显示收藏列表的Bug
parent
2dd1ceb0b9
commit
a104ce688e
|
@ -1,3 +1,4 @@
|
||||||
#### 修复
|
#### 修复
|
||||||
|
|
||||||
- 修复QQ源歌单无法翻页Bug
|
- 修复QQ源歌单无法翻页Bug
|
||||||
|
- 修复默认列表没有创建时无法显示收藏列表的Bug
|
||||||
|
|
|
@ -164,8 +164,7 @@ export default {
|
||||||
initPlayList() {
|
initPlayList() {
|
||||||
let defaultList = this.electronStore.get('list.defaultList')
|
let defaultList = this.electronStore.get('list.defaultList')
|
||||||
let loveList = this.electronStore.get('list.loveList')
|
let loveList = this.electronStore.get('list.loveList')
|
||||||
// console.log(defaultList)
|
this.initList({ defaultList, loveList })
|
||||||
if (defaultList) this.initList({ defaultList, loveList })
|
|
||||||
},
|
},
|
||||||
initDownloadList() {
|
initDownloadList() {
|
||||||
let downloadList = this.electronStore.get('download.list')
|
let downloadList = this.electronStore.get('download.list')
|
||||||
|
|
Loading…
Reference in New Issue