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:
@@ -60,7 +60,7 @@ namespace ZonyLrcTools.Common.Lyrics.Providers.NetEase.JsonModel
|
||||
var regex = new Regex(@"\([^)]*\)");
|
||||
musicName = regex.Replace(musicName, string.Empty);
|
||||
|
||||
SearchKey = HttpUtility.UrlEncode($"{musicName}+{artistName}", Encoding.UTF8);
|
||||
SearchKey = $"{musicName}+{artistName}";
|
||||
Limit = limit;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user