summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-13 13:02:15 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-13 13:02:15 +0100
commit211efebbb2fe71556b7519aae47cc0f0eb14f7e9 (patch)
treec0d51e4b0a0182404eba3019256ac8cd1dde5059
parent57f229171a08567efeaed678381808173e4ef7a5 (diff)
Fix loading via File -> Open.
-rw-r--r--src/tools/dcpomatic.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc
index e58b2c182..f9a03d8b0 100644
--- a/src/tools/dcpomatic.cc
+++ b/src/tools/dcpomatic.cc
@@ -339,6 +339,7 @@ private:
maybe_save_then_delete_film ();
try {
film.reset (new Film (wx_to_std (c->GetPath ())));
+ film->read_metadata ();
film->log()->set_level (log_level);
set_film ();
} catch (std::exception& e) {