From f968fb875135884b0551195edc2315d4be76d5bc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Aug 2018 22:36:24 +0100 Subject: Check content for changes on loading a project. --- src/tools/dcpomatic.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tools') diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 7ae6b1c72..0af65bd26 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -71,6 +71,7 @@ #include "lib/transcode_job.h" #include "lib/dkdm_wrapper.h" #include "lib/audio_content.h" +#include "lib/check_content_change_job.h" #include "lib/text_content.h" #include #include @@ -414,6 +415,8 @@ public: } set_film (film); + + JobManager::instance()->add(shared_ptr(new CheckContentChangeJob(film))); } catch (std::exception& e) { wxString p = std_to_wx (file.string ()); -- cgit v1.2.3