mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-09-06 05:36:53 +00:00
feat: Modified the lyrics interface for Netease Cloud Music to support higher concurrency.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user