Stop assuming that the presence of FullContentTitleText means that there was CPL...
[libdcp.git] / src / cpl.cc
index 815f9a767e9bd2069ff6bc104a1bf2adf890bd10..79726f7f8e73293c5ac0070802f27892a249a670 100644 (file)
@@ -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;
                }
        }