summaryrefslogtreecommitdiff
path: root/src/lib/writer.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-04 23:57:29 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-04 23:57:29 +0100
commitb18b46f9dbc5220136342ef7dbaa33abdca0a754 (patch)
tree74681a9cf6c2509794c7483a8761a18583aad1a8 /src/lib/writer.cc
parentef65a179e8c907029d0d9254863d4884581f3d60 (diff)
FIXME: Preserve CPL/PKL filenames in the editor (#3109).3109-case
Diffstat (limited to 'src/lib/writer.cc')
-rw-r--r--src/lib/writer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc
index 7121c594b..f202d6dc2 100644
--- a/src/lib/writer.cc
+++ b/src/lib/writer.cc
@@ -707,7 +707,7 @@ Writer::finish()
if (dcpomatic::film::is_vf(film())) {
group_id = dcp::make_uuid();
}
- dcp.write_xml(signer, Config::instance()->dcp_metadata_filename_format(), group_id);
+ dcp.write_xml(signer, dcp::Filenames::NEW, Config::instance()->dcp_metadata_filename_format(), group_id);
LOG_GENERAL(
N_("Wrote {} FULL, {} FAKE, {} REPEAT, {} pushed to disk"), _full_written, _fake_written, _repeat_written, _pushed_to_disk