Fixed bug in reporting of completed jobs

This commit is contained in:
Ben Roberts
2010-02-20 03:58:21 +00:00
parent 9c163e57c4
commit f4e038951d

View File

@@ -175,7 +175,7 @@ sub handbrake_rip {
close($child_out);
close($child_err);
$job->set_status(100, 100);
$job->set_status(100, 1);
# If the rip process failed, report an error status here
waitpid($child_pid, 0);