Try to fix some warnings.
[dcpomatic.git] / src / lib / dcp_examiner.cc
index 1785669dd56ceefdf93f33cbf29465ea49eaad1c..dfb47f2ebf6d1f009e9476620e4c708ea84591c4 100644 (file)
@@ -108,6 +108,7 @@ DCPExaminer::DCPExaminer (shared_ptr<const DCPContent> content)
 
        _cpl = cpl->id ();
        _name = cpl->content_title_text ();
+       _content_kind = cpl->content_kind ();
 
        BOOST_FOREACH (shared_ptr<dcp::Reel> i, cpl->reels()) {