mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 02:38:55 +00:00
Cleanup and category fixes.
This commit is contained in:
@@ -718,7 +718,7 @@ Class ProcessAdditional
|
||||
}
|
||||
|
||||
// Get a list of files in the nzb.
|
||||
$this->_nzbContents = $this->nnnzb->nzbFileList($nzbContents);
|
||||
$this->_nzbContents = $this->_nzb->nzbFileList($nzbContents);
|
||||
if (count($this->_nzbContents) === 0) {
|
||||
|
||||
$this->_echo('NZB is potentially broken for GUID: ' . $this->_release['guid'], 'warning');
|
||||
|
||||
Reference in New Issue
Block a user