mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-04-26 19:51:13 +08:00
feature:新增酷我音乐源
This commit is contained in:
@@ -210,7 +210,7 @@ class KugouClient:
|
||||
for song in songs:
|
||||
song["id"] = song['FileHash']
|
||||
song["name"] = song['SongName'].replace("<em>", "").replace("</em>", "")
|
||||
song["artist"] = song['SingerName']
|
||||
song["artist"] = song['SingerName'].replace("<em>", "").replace("</em>", "")
|
||||
song["artist_id"] = song['SingerId']
|
||||
song["album"] = song['AlbumName']
|
||||
song["album_id"] = song['AlbumID']
|
||||
|
||||
Reference in New Issue
Block a user