mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-02-19 20:19:49 -06:00
FF-1623: Calling output 2 if file in root
This commit is contained in:
@@ -70,7 +70,7 @@ public class DeleteSourceDirectory : Node
|
||||
if (pathIndex < 0)
|
||||
{
|
||||
args.Logger?.ILog("File is in library root, will not delete");
|
||||
return 1;
|
||||
return 2;
|
||||
}
|
||||
|
||||
topdir = args.RelativeFile[..pathIndex];
|
||||
|
||||
Reference in New Issue
Block a user