Update postprocessing

This commit is contained in:
DariusIII
2023-01-07 20:26:43 +01:00
parent 5ace24c689
commit def4635b6c
2 changed files with 8 additions and 13 deletions
+1 -6
View File
@@ -38,11 +38,6 @@ class PostProcess
*/
protected Par2Info $_par2Info;
/**
* @var
*/
protected $_srrInfo;
/**
* Use alternate NNTP provider when download fails?
*
@@ -360,7 +355,7 @@ class PostProcess
// Try to get a new name.
if ($foundName === false) {
$query['textstring'] = $file['name'];
if ($this->nameFixer->checkName($query, 1, 'PAR2, ', 1, $show) === true) {
if ($this->nameFixer->checkName($query, 1, 'PAR2, ', 1, $show)) {
$foundName = true;
}
}