fix: Fixed the issue with #82.

Reason may be that the song name has brackets, causing the search to
failure.
This commit is contained in:
real-zony
2022-09-22 15:06:54 +08:00
parent 83fcc91fb8
commit 87f6a98668
2 changed files with 6 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ namespace ZonyLrcTools.Tests.Infrastructure.Lyric
{
var lyric = await _lyricDownloader.DownloadAsync("シンデレラ (Giga First Night Remix)", "DECO 27 ギガP");
lyric.ShouldNotBeNull();
lyric.IsPruneMusic.ShouldBe(true);
lyric.IsPruneMusic.ShouldBe(false);
}
[Fact]