This commit is contained in:
John Andrews
2024-10-17 16:42:11 +13:00
parent e9ca8ce231
commit 0a7d5ba8b3
3 changed files with 1 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ public class Tag : Node
args.Logger?.ILog("Appending Tags: No Tags. Nothing will happen");
}
args.SetTags(Tags ?? [], Replace);
args.SetTagsByUid(Tags ?? [], Replace);
return 1;
}
}