summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-10 23:00:43 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-16 14:25:54 +0100
commitd5d9e143a5778928c5f386a7bd9cb140d4f1191a (patch)
treebca526b206d8b1e71f302a71ee2b81986e5d76ba /src/tools
parentf90bd4d97be25b3bca6b4523864896f5ff7b7e53 (diff)
Make the value used for 'f' in KDM names consistent (#1657).
Before it was mostly the film name, but this is confusing when a single film contains multiple CPLs.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dcpomatic_kdm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc
index 9a65314e5..24bd3b4d7 100644
--- a/src/tools/dcpomatic_kdm.cc
+++ b/src/tools/dcpomatic_kdm.cc
@@ -338,7 +338,7 @@ private:
begin,
end,
decrypted.annotation_text().get_value_or (""),
- decrypted.content_title_text(),
+ title,
dcp::LocalTime().as_string()
);