diff --git a/ComicNodes/Comics/CreateComicInfo.cs b/ComicNodes/Comics/CreateComicInfo.cs index e73bddbd..6ad07377 100644 --- a/ComicNodes/Comics/CreateComicInfo.cs +++ b/ComicNodes/Comics/CreateComicInfo.cs @@ -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('.'); } /// diff --git a/FileFlows.Plugin.dll b/FileFlows.Plugin.dll index 2a3d7411..58095230 100644 Binary files a/FileFlows.Plugin.dll and b/FileFlows.Plugin.dll differ diff --git a/FileFlows.Plugin.pdb b/FileFlows.Plugin.pdb index 7911b40e..284f805a 100644 Binary files a/FileFlows.Plugin.pdb and b/FileFlows.Plugin.pdb differ