diff options
Diffstat (limited to 'src/lib/examine_content_job.cc')
| -rw-r--r-- | src/lib/examine_content_job.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index 70a04b825..a783cde33 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -59,7 +59,11 @@ ExamineContentJob::name () const void ExamineContentJob::run () { - descend (1); + descend (0.5); + _film->set_content_digest (md5_digest (_film->content_path ())); + ascend (); + + descend (0.5); /* Set the film's length to either a) a length judged by running through the content or |
