feat: Now, it's possible to fetch playlists from NetEase Cloud Music and download lyrics.

This commit is contained in:
real-zony
2023-02-24 00:05:23 +08:00
parent 5dbabab5a6
commit 18d9c2d32c
6 changed files with 246 additions and 93 deletions

View File

@@ -31,6 +31,11 @@ namespace ZonyLrcTools.Common.Infrastructure.Exceptions
/// 文本: 指定的编码不受支持,请检查配置,所有受支持的编码名称。
/// </summary>
public const int NotSupportedFileEncoding = 10005;
/// <summary>
/// 文本: 无法从网易云音乐获取歌曲列表。
/// </summary>
public const int UnableGetSongListFromNetEaseCloudMusic = 10006;
#endregion