mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
修复mg歌词在某些情况下获取失败的问题
This commit is contained in:
parent
64add21726
commit
fb7c6c913e
@ -1,4 +1,8 @@
|
||||
|
||||
### 修复
|
||||
|
||||
- 修复mg歌词在某些情况下获取失败的问题
|
||||
|
||||
### 其他
|
||||
|
||||
- 更新 React native 到 v0.73.4
|
||||
|
@ -73,7 +73,7 @@ const mrcTools = {
|
||||
if (!url) return Promise.resolve('')
|
||||
return this.getText(url)
|
||||
},
|
||||
getMusicInfo(songInfo) {
|
||||
async getMusicInfo(songInfo) {
|
||||
return songInfo.mrcUrl == null
|
||||
? getMusicInfo(songInfo.copyrightId)
|
||||
: songInfo
|
||||
|
Loading…
x
Reference in New Issue
Block a user