summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-10 00:42:15 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-10 00:42:15 +0000
commitd64472899376d7585304c7a2f1f270645d028e04 (patch)
tree1d70d69093d8bcf7cfa40c9520f59cea865c8eab /src
parentde6270b5db048561791ce962e58c1e4f9df89feb (diff)
Take ISDCF metadata from templates.
Diffstat (limited to 'src')
-rw-r--r--src/lib/film.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc
index 332353b71..1d2123e5d 100644
--- a/src/lib/film.cc
+++ b/src/lib/film.cc
@@ -1555,6 +1555,7 @@ Film::use_template (string name)
_reel_type = _template_film->_reel_type;
_reel_length = _template_film->_reel_length;
_upload_after_make_dcp = _template_film->_upload_after_make_dcp;
+ _isdcf_metadata = _template_film->_isdcf_metadata;
}
pair<double, double>