summaryrefslogtreecommitdiff
path: root/src/cpl.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-08-15 16:54:40 +0200
committerCarl Hetherington <cth@carlh.net>2022-08-15 16:54:40 +0200
commitfdf2d34c513dcf3ab36295e69e7e0c0766789ded (patch)
treeced43a975749b21ec15d4fa5a2b1b7c18b6612f3 /src/cpl.cc
parentf13d0a886e36977c13bb41f915e75ad9db8ba850 (diff)
Stop assuming that the presence of FullContentTitleText means that there was CPL metadata.
Diffstat (limited to 'src/cpl.cc')
-rw-r--r--src/cpl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpl.cc b/src/cpl.cc
index 815f9a76..79726f7f 100644
--- a/src/cpl.cc
+++ b/src/cpl.cc
@@ -153,6 +153,7 @@ CPL::CPL (boost::filesystem::path file)
auto metadata = asset_list->optional_node_child("CompositionMetadataAsset");
if (metadata) {
read_composition_metadata_asset (metadata);
+ _read_composition_metadata = true;
}
}