FF-1530: DeleteNonPageImages

This commit is contained in:
John Andrews
2024-05-07 19:37:04 +12:00
parent a4267b0401
commit 49e2e0c97d
3 changed files with 1 additions and 1 deletions

View File

@@ -208,7 +208,7 @@ public class CreateComicInfo : Node
if(info.Tags?.Any() == true)
name += " " + string.Join(" ", info.Tags.Select(x => "(" + x + ")"));
return name += "." + extension;
return name += "." + extension.TrimStart('.');
}
/// <summary>

Binary file not shown.

Binary file not shown.