summaryrefslogtreecommitdiff
path: root/src/lib/transcode_job.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/transcode_job.cc')
-rw-r--r--src/lib/transcode_job.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/transcode_job.cc b/src/lib/transcode_job.cc
index f1373fb4a..c6da13381 100644
--- a/src/lib/transcode_job.cc
+++ b/src/lib/transcode_job.cc
@@ -102,7 +102,7 @@ TranscodeJob::run ()
switch (_changed) {
case ChangedBehaviour::EXAMINE_THEN_STOP:
for (auto i: changed) {
- JobManager::instance()->add(make_shared<ExamineContentJob>(_film, i));
+ JobManager::instance()->add(make_shared<ExamineContentJob>(_film, i, false));
}
set_progress (1);
set_message (_("Some files have been changed since they were added to the project.\n\nThese files will now be re-examined, so you may need to check their settings before trying again."));