mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +00:00
Forgot to remove alternate NNTP
This commit is contained in:
@@ -1053,7 +1053,7 @@ Class ProcessAdditional
|
||||
|
||||
if (!empty($this->_AudioInfoMessageIDs)) {
|
||||
// Try to download it from usenet.
|
||||
$audioBinary = $this->_nntp->getMessages($this->_releaseGroupName, $this->_AudioInfoMessageIDs, $this->_alternateNNTP);
|
||||
$audioBinary = $this->_nntp->getMessages($this->_releaseGroupName, $this->_AudioInfoMessageIDs);
|
||||
if ($this->_nntp->isError($audioBinary)) {
|
||||
$audioBinary = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user