mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Cast $this->_release as array for addAlternateNfo function
This commit is contained in:
@@ -2209,7 +2209,7 @@ class ProcessAdditional
|
||||
$data = @file_get_contents($fileLocation);
|
||||
if ($data !== false) {
|
||||
if ($this->_nfo->isNFO($data, $this->_release->guid) === true) {
|
||||
if ($this->_nfo->addAlternateNfo($data, $this->_release, $this->_nntp) === true) {
|
||||
if ($this->_nfo->addAlternateNfo($data, (array) $this->_release, $this->_nntp) === true) {
|
||||
$this->_releaseHasNoNFO = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user