移除kw歌手列表
This commit is contained in:
parent
afebc70a3a
commit
b0624be9b5
@ -81,10 +81,6 @@ export default {
|
||||
result.push({
|
||||
name: decodeName(info.SONGNAME),
|
||||
singer: formatSinger(decodeName(info.ARTIST)),
|
||||
singerList: [{
|
||||
name: formatSinger(decodeName(info.ARTIST)),
|
||||
id: info.ARTISTID,
|
||||
}],
|
||||
source: 'kw',
|
||||
// img = (info.album.name === '' || info.album.name === '空')
|
||||
// ? `http://player.kuwo.cn/webmusic/sj/dtflagdate?flag=6&rid=MUSIC_160911.jpg`
|
||||
|
||||
@ -431,10 +431,6 @@ export default {
|
||||
|
||||
return {
|
||||
singer: formatSinger(decodeName(item.artist)),
|
||||
singerList: [{
|
||||
name: formatSinger(decodeName(item.artist)),
|
||||
id: item.artistid,
|
||||
}],
|
||||
name: decodeName(item.name),
|
||||
albumName: decodeName(item.album),
|
||||
albumId: item.albumid,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user