From af7059820f883ca1d6eae8a7490597e8fb20883e Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Fri, 4 Sep 2015 11:51:28 -0400 Subject: [PATCH] Set metadata will set fte --- openbr/plugins/metadata/setmetadata.cpp | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/openbr/plugins/metadata/setmetadata.cpp b/openbr/plugins/metadata/setmetadata.cpp index 55d698d..5141953 100644 --- a/openbr/plugins/metadata/setmetadata.cpp +++ b/openbr/plugins/metadata/setmetadata.cpp @@ -36,6 +36,8 @@ class SetMetadataTransform : public UntrainableMetadataTransform { dst = src; dst.set(key, value); + if (key == "FTE") + dst.fte = true; } }; -- libgit2 0.21.4