🦄 reactor: 更改识别网易云的文件格式

This commit is contained in:
秋刀鱼 2024-11-13 16:49:47 +08:00
parent 2a4a5ddaee
commit ca12caa75e

View File

@ -1781,7 +1781,7 @@ export class tools extends plugin {
artistName: cleanFilename(song?.ar?.[0].name)
};
});
let title = songName + '-' + artistName
let title = artistName + '-' + songName
// 获取歌曲封面
let coverUrl = await axios.get(detailUrl).then(res => {
const song = res.data.songs[0];