mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Do same for filename matching as for srr matching
This commit is contained in:
@@ -257,7 +257,7 @@ class NameFixer
|
||||
{
|
||||
$this->_echoStartMessage($time, 'file names');
|
||||
$type = 'Filenames, ';
|
||||
$guid = ($guidChar === '') ? '' : ('AND rel.guid '. $this->pdo->likeString($guidChar, true, false));
|
||||
$guid = ($guidChar === '') ? '' : ('AND rel.guid '. $this->pdo->likeString($guidChar, false, true));
|
||||
$queryLimit = ($limit === '') ? '' : $limit;
|
||||
|
||||
$preId = false;
|
||||
@@ -305,8 +305,10 @@ class NameFixer
|
||||
}
|
||||
|
||||
$this->_echoFoundCount($echo, ' files');
|
||||
} else {
|
||||
} elseif ($guid === '') {
|
||||
echo $this->pdo->log->info('Nothing to fix.');
|
||||
} else {
|
||||
echo '.';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user