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

@@ -8,7 +8,7 @@ namespace ZonyLrcTools.Common.Lyrics.Providers.NetEase.JsonModel
{
public GetLyricRequest(long songId)
{
OS = "ios";
OS = "pc";
Id = songId;
Lv = Kv = Tv = Rv = -1;
}