mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-03-05 11:27:25 +08:00
issues #1019 的迫真修复
This commit is contained in:
parent
d580e63358
commit
df9e1369a1
@ -286,7 +286,8 @@ export default {
|
||||
getLyric(
|
||||
this.liked.songs[randomNum(0, this.liked.songs.length - 1)]
|
||||
).then(data => {
|
||||
if (data.lrc !== undefined) this.lyric = data.lrc.lyric;
|
||||
console.log(data + '歌词接口似乎会无限挂起');
|
||||
// if (data.lrc !== undefined) this.lyric = data.lrc.lyric;
|
||||
});
|
||||
},
|
||||
openAddPlaylistModal() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user