feat: We have improved the search and download logic for NetEase Cloud Music playlists and added support for logging in.

This commit is contained in:
real-zony
2023-03-12 23:19:27 +08:00
parent afe1a7013c
commit b916323986
8 changed files with 146 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ namespace ZonyLrcTools.Cli.Commands
{
protected virtual Task<int> OnExecuteAsync(CommandLineApplication app)
{
if (Environment.UserInteractive)
if (!Environment.UserInteractive)
{
Console.WriteLine("请使用终端运行此程序,如果你不知道如何操作,请访问 https://soft.myzony.com 或添加 QQ 群 337656932 寻求帮助。");
Console.ReadKey();