mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 11:37:31 +08:00
🐞 fix: 修复各种报错问题
This commit is contained in:
@@ -133,7 +133,6 @@ const loadSearch = async (keywords: any) => {
|
||||
// songs map 替换属性
|
||||
songs.forEach((item: any) => {
|
||||
item.picUrl = item.al.picUrl;
|
||||
item.song = item;
|
||||
item.artists = item.ar;
|
||||
});
|
||||
albums.forEach((item: any) => {
|
||||
|
||||
Reference in New Issue
Block a user