Remove extra check

This commit is contained in:
DariusIII
2024-03-10 15:01:14 +01:00
parent d77c417249
commit c2da8cb92a
@@ -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);