diff --git a/source/lib/Net/Gearman/Job/HandBrake.class.php b/source/lib/Net/Gearman/Job/HandBrake.class.php index e075dfe..32479bc 100644 --- a/source/lib/Net/Gearman/Job/HandBrake.class.php +++ b/source/lib/Net/Gearman/Job/HandBrake.class.php @@ -64,7 +64,9 @@ class Net_Gearman_Job_HandBrake extends Net_Gearman_Job_Common implements Rippin $this->fail($return_val); } else { $this->job->updateStatus(RippingCluster_JobStatus::COMPLETE); - $this->complete(); + $this->complete( array( + 'id' => $this->job->id() + )); } } @@ -115,4 +117,4 @@ class Net_Gearman_Job_HandBrake extends Net_Gearman_Job_Common implements Rippin } -?> \ No newline at end of file +?>