diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-06 01:47:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-06 01:47:13 +0000 |
| commit | 634521677764f1c5f74ea46fa6531cb39f3a7492 (patch) | |
| tree | 194b4b842ef0a3e1df4362dbe0c9f179802684f7 | |
| parent | 7f23456dce480a813f1d6ebb22cf6aa0d5214c49 (diff) | |
Fix File->Open in player.
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc index 4f8dc35e9..7008495c6 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -365,6 +365,7 @@ public: { DCPOMATIC_ASSERT (_film); + reset_film (); try { shared_ptr<DCPContent> dcp (new DCPContent(_film, dir)); _film->examine_and_add_content (dcp); |
