mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-09-01 02:16:52 +00:00
fix: Improve tag loader conditions.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user