diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-08-15 16:54:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-08-15 16:54:40 +0200 |
| commit | fdf2d34c513dcf3ab36295e69e7e0c0766789ded (patch) | |
| tree | ced43a975749b21ec15d4fa5a2b1b7c18b6612f3 /src/cpl.cc | |
| parent | f13d0a886e36977c13bb41f915e75ad9db8ba850 (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.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } } |
