fix: Fixed some unhandled exceptions.

This commit is contained in:
real-zony
2023-04-17 01:13:06 +08:00
parent ab5f79bd50
commit 788ff38be2
9 changed files with 28 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ public class GetLyricsResponse
public class GetLyricsResponseInnerData
{
[JsonProperty("lrclist")] public ICollection<GetLyricsItem> Lyrics { get; set; }
[JsonProperty("lrclist")] public ICollection<GetLyricsItem>? Lyrics { get; set; }
}
public class GetLyricsItem