mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-04 20:38:56 +08:00
fix bug
This commit is contained in:
parent
509ee81230
commit
6c12a4e5a8
@ -86,7 +86,6 @@ export default forwardRef<MusicDownloadModalType, MusicDownloadModalProps>(({ on
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
getOtherSource(selectedInfo.current?.musicInfo, true).then(res => {
|
getOtherSource(selectedInfo.current?.musicInfo, true).then(res => {
|
||||||
console.log(res);
|
|
||||||
if (res.length == 0) {
|
if (res.length == 0) {
|
||||||
setPlayQualityList(Object.values(qualityMap));
|
setPlayQualityList(Object.values(qualityMap));
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user