Forgot to remove alternate NNTP

This commit is contained in:
Darko
2014-06-16 14:28:10 +02:00
parent f9855d51fb
commit bfef41176c
+1 -1
View File
@@ -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;
}