chores: replace parse error placeholde with no lyrics found

This commit is contained in:
Zhe Fang
2025-11-24 09:30:24 -05:00
parent 77525a62ff
commit 3f5122c93f

View File

@@ -49,7 +49,7 @@ namespace BetterLyrics.WinUI3.Parsers.LyricsParser
if (LyricsDataArr.Count == 0)
{
LyricsDataArr.Add(LyricsData.GetParseErrorPlaceholder());
LyricsDataArr.Add(LyricsData.GetNotfoundPlaceholder());
}
}
LoadTranslation(lyricsSearchResult);