mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-01 20:30:41 +00:00
fix: Improve tag loader conditions.
This commit is contained in:
parent
559efff928
commit
f3b1dacb0c
@ -43,7 +43,7 @@ namespace ZonyLrcTools.Cli.Infrastructure.Tag
|
||||
try
|
||||
{
|
||||
var info = await provider.LoadAsync(filePath);
|
||||
if (info != null)
|
||||
if (info != null && !string.IsNullOrEmpty(info.Name))
|
||||
{
|
||||
HandleBlockWord(info);
|
||||
return info;
|
||||
|
Loading…
x
Reference in New Issue
Block a user