mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update postprocessing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user