Simplify data returned from runAllJobs and fix logging bug in run-jobs

This commit is contained in:
2011-09-25 11:07:22 +01:00
parent 735224b83f
commit f8224652aa
2 changed files with 7 additions and 4 deletions

View File

@@ -244,7 +244,10 @@ class RippingCluster_Job {
'subtitle_tracks' => $this->subtitle_tracks,
);
return array('HandBrake', array('rip_options' => $rip_options));
return array(
'method' => 'HandBrake',
'rip_options' => $rip_options
);
}
protected function loadStatuses() {