Fixed bug in reporting of completed jobs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user