diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-28 23:02:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-28 23:02:17 +0200 |
| commit | 13b5b20a04498447ad710be3b3defaf76bf3038a (patch) | |
| tree | f2275fe79dbb6c3bedc9d74ffc66c4a94c0254a0 | |
| parent | 1b46ccd7a9d1fa92a1588cfa9adf2e85c1b4a33d (diff) | |
Cleanup: whitespace.
| -rw-r--r-- | src/lib/dcp_content.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc index 249eb47b5..70eb8425e 100644 --- a/src/lib/dcp_content.cc +++ b/src/lib/dcp_content.cc @@ -374,6 +374,7 @@ DCPContent::as_xml (xmlpp::Node* node, bool with_paths) const } boost::mutex::scoped_lock lm (_mutex); + node->add_child("Name")->add_child_text (_name); node->add_child("Encrypted")->add_child_text (_encrypted ? "1" : "0"); node->add_child("NeedsAssets")->add_child_text (_needs_assets ? "1" : "0"); |
