mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-08-31 17:56: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>
|
||||||
/// 歌曲的艺术家信息,可能会有多位艺术家/歌手。
|
/// 歌曲的艺术家信息,可能会有多位艺术家/歌手。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonProperty("al")]
|
[JsonProperty("ar")]
|
||||||
[JsonConverter(typeof(PlayListSongArtistModelJsonConverter))]
|
[JsonConverter(typeof(PlayListSongArtistModelJsonConverter))]
|
||||||
public ICollection<PlayListSongArtistModel>? Artists { get; set; }
|
public ICollection<PlayListSongArtistModel>? Artists { get; set; }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user