修复播放在空的歌单列表点击播放全部时报错的问题

pull/518/head
lyswhut 2021-05-23 16:31:26 +08:00
parent b4edd95bab
commit 247a322366
1 changed files with 1 additions and 0 deletions

View File

@ -433,6 +433,7 @@ export default {
async playSongListDetail() {
if (!this.listDetail.info.name) return
const list = await this.fetchList()
if (!list.length) return
this.setPlayList({
list: {
list,