mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-08-31 09:36:53 +00:00
fix: Fixed the issue where incorrect artist names were obtained when downloading NetEase Cloud Music playlists.
This commit is contained in:
@@ -38,7 +38,7 @@ public sealed class PlayListSongModel
|
||||
/// <summary>
|
||||
/// 歌曲的艺术家信息,可能会有多位艺术家/歌手。
|
||||
/// </summary>
|
||||
[JsonProperty("al")]
|
||||
[JsonProperty("ar")]
|
||||
[JsonConverter(typeof(PlayListSongArtistModelJsonConverter))]
|
||||
public ICollection<PlayListSongArtistModel>? Artists { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user