summaryrefslogtreecommitdiff
path: root/src/reel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel.cc')
-rw-r--r--src/reel.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/reel.cc b/src/reel.cc
index d8703dd0..ae3080ad 100644
--- a/src/reel.cc
+++ b/src/reel.cc
@@ -45,6 +45,9 @@ Reel::write_to_cpl (xmlpp::Node* parent) const
if (_main_subtitle) {
_main_subtitle->write_to_cpl (asset_list);
}
+
+ s << " </AssetList>\n"
+ << " </Reel>\n";
}
bool