This commit is contained in:
Darko
2013-12-09 11:50:28 +01:00
parent aa6a32e1b5
commit d342c8bbd4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ Class Predb
$matched = $this->matchPredb();
if ($matched > 0 && $this->echooutput)
echo "\nMatched ".$matched." prehash titles to release search names.\n";
$nfos = $this->matchNfo();
$nfos = $this->matchNfo($nntp);
if ($nfos > 0 && $this->echooutput)
echo "\nAdded ".$nfos." missing NFOs from prehash sources.\n";
return $newnames;