Speed up content discovery:
[dcpomatic.git] / src / lib / job.cc
index dde8cce62ad42379c999ccf2103f891afbca6b04..763005b57ef8a7ee52d3f69e4114a003a7a248f5 100644 (file)
@@ -288,6 +288,7 @@ Job::set_state (State s)
 
        if (finished) {
                emit (boost::bind (boost::ref (Finished)));
+               FinishedImmediate ();
        }
 }