移除kw歌手列表
This commit is contained in:
parent
afebc70a3a
commit
b0624be9b5
@ -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`
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user