feat: Modified the lyrics interface for Netease Cloud Music to support higher concurrency.

This commit is contained in:
real-zony
2023-04-17 00:47:23 +08:00
parent 493f48cefe
commit f935f07609
8 changed files with 56 additions and 20 deletions

View File

@@ -47,7 +47,7 @@ namespace ZonyLrcTools.Cli.Commands.SubCommand
public bool DownloadAlbum { get; set; }
[Option("-n|--number", CommandOptionType.SingleValue, Description = "指定下载时候的线程数量。(默认值 2)")]
public int ParallelNumber { get; set; } = 2;
public int ParallelNumber { get; set; } = 1;
#endregion