移除kw歌手列表

This commit is contained in:
Folltoshe 2023-06-10 13:48:50 +08:00
parent afebc70a3a
commit b0624be9b5
2 changed files with 0 additions and 8 deletions

View File

@ -81,10 +81,6 @@ export default {
result.push({ result.push({
name: decodeName(info.SONGNAME), name: decodeName(info.SONGNAME),
singer: formatSinger(decodeName(info.ARTIST)), singer: formatSinger(decodeName(info.ARTIST)),
singerList: [{
name: formatSinger(decodeName(info.ARTIST)),
id: info.ARTISTID,
}],
source: 'kw', source: 'kw',
// img = (info.album.name === '' || info.album.name === '空') // img = (info.album.name === '' || info.album.name === '空')
// ? `http://player.kuwo.cn/webmusic/sj/dtflagdate?flag=6&rid=MUSIC_160911.jpg` // ? `http://player.kuwo.cn/webmusic/sj/dtflagdate?flag=6&rid=MUSIC_160911.jpg`

View File

@ -431,10 +431,6 @@ export default {
return { return {
singer: formatSinger(decodeName(item.artist)), singer: formatSinger(decodeName(item.artist)),
singerList: [{
name: formatSinger(decodeName(item.artist)),
id: item.artistid,
}],
name: decodeName(item.name), name: decodeName(item.name),
albumName: decodeName(item.album), albumName: decodeName(item.album),
albumId: item.albumid, albumId: item.albumid,