fix: Fixed the issue where Netease Cloud Music did not throw the correct exception when a song could not be found.

This commit is contained in:
real-zony
2023-04-17 01:01:16 +08:00
parent f935f07609
commit ab5f79bd50
5 changed files with 19 additions and 8 deletions

View File

@@ -107,7 +107,6 @@ public class LyricsDownloader : ILyricsDownloader, ISingletonDependency
{
_logger.LogWarningInfo(ex);
info.IsSuccessful = false;
throw;
}
catch (Exception ex)
{