Don't display frames per second during digest calculation; clear job sub-name on...
[dcpomatic.git] / src / lib / job.cc
index cc52a29f2d5eb4be076d9df9786341497cb50af1..9981934ec93767d1286ff459acbe3845de9af821 100644 (file)
@@ -189,6 +189,7 @@ Job::set_state (State s)
                if (_state == FINISHED_OK || _state == FINISHED_ERROR || _state == FINISHED_CANCELLED) {
                        _ran_for = elapsed_time ();
                        finished = true;
+                       _sub_name.clear ();
                }
        }