diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-13 13:02:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-13 13:02:15 +0100 |
| commit | 211efebbb2fe71556b7519aae47cc0f0eb14f7e9 (patch) | |
| tree | c0d51e4b0a0182404eba3019256ac8cd1dde5059 /src | |
| parent | 57f229171a08567efeaed678381808173e4ef7a5 (diff) | |
Fix loading via File -> Open.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic.cc | 1 |
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) { |
