mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 02:38:55 +00:00
Remove casting $this->_release into array on line 2204 of PPA class
This commit is contained in:
@@ -2201,7 +2201,7 @@ class ProcessAdditional
|
||||
protected function _processNfoFile($fileLocation): void
|
||||
{
|
||||
$data = @File::get($fileLocation);
|
||||
if ($data !== false && $this->_nfo->isNFO($data, $this->_release->guid) && $this->_nfo->addAlternateNfo($data, (array) $this->_release, $this->_nntp)) {
|
||||
if ($data !== false && $this->_nfo->isNFO($data, $this->_release->guid) && $this->_nfo->addAlternateNfo($data, $this->_release, $this->_nntp)) {
|
||||
$this->_releaseHasNoNFO = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user