Tidy up handling of content-modified checks when using the dcpomatic_cli.
[dcpomatic.git] / src / tools / dcpomatic.cc
index 5b2e1870be1d09d706c706f0cd0b14b6a5f024de..572a5be40adf0b20e74fa5c56502ae77f5275225 100644 (file)
@@ -757,7 +757,7 @@ private:
                           a long time, and crashes/power failures are moderately likely.
                        */
                        _film->write_metadata ();
-                       _film->make_dcp ();
+                       _film->make_dcp (true);
                } catch (BadSettingError& e) {
                        error_dialog (this, wxString::Format (_("Bad setting for %s."), std_to_wx(e.setting()).data()), std_to_wx(e.what()));
                } catch (std::exception& e) {