mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
Potential fix for nfo processing.
This commit is contained in:
+1
-1
@@ -213,7 +213,7 @@ class PProcess
|
||||
public function processNfos($releaseToWork = '', $nntp)
|
||||
{
|
||||
if ($this->site->lookupnfo == 1) {
|
||||
$this->Nfo->processNfoFiles($releaseToWork, $this->site->lookupimdb, $this->site->lookuptvrage, $groupID = '', $nntp);
|
||||
$this->Nfo->processNfoFiles($releaseToWork, $this->site->lookupImdb, $this->site->lookupTvrage, $groupID = '', $nntp);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user