mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove extra check
This commit is contained in:
@@ -1854,12 +1854,6 @@ class ProcessAdditional
|
||||
try {
|
||||
$xmlArray = $this->mediaInfo->getInfo($fileLocation, true);
|
||||
|
||||
// Check if we got it.
|
||||
|
||||
if ($xmlArray === null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Insert it into the DB.
|
||||
$this->_releaseExtra->addFull($this->_release->id, $xmlArray);
|
||||
$this->_releaseExtra->addFromXml($this->_release->id, $xmlArray);
|
||||
|
||||
Reference in New Issue
Block a user