summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/reel_asset.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reel_asset.cc b/src/reel_asset.cc
index cbb76dd8..62ee87bd 100644
--- a/src/reel_asset.cc
+++ b/src/reel_asset.cc
@@ -97,6 +97,7 @@ ReelAsset::write_to_cpl (xmlpp::Node* node, Standard) const
if (!_key_id.empty ()) {
a->add_child("KeyId")->add_child_text ("urn:uuid:" + _key_id);
}
+ a->add_child("Hash")->add_child_text (_content.object()->hash ());
}
pair<string, string>