mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-05 20:00:51 -06:00
FF-1530: DeleteNonPageImages
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user