mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update mediainfo usage
This commit is contained in:
@@ -1855,7 +1855,7 @@ class ProcessAdditional
|
||||
$xmlArray = $this->mediaInfo->getInfo($fileLocation, true);
|
||||
|
||||
// Insert it into the DB.
|
||||
$this->_releaseExtra->addFull($this->_release->id, $xmlArray);
|
||||
\App\Models\MediaInfo::addData($this->_release->id, $xmlArray);
|
||||
$this->_releaseExtra->addFromXml($this->_release->id, $xmlArray);
|
||||
|
||||
if ($this->_echoCLI) {
|
||||
|
||||
Reference in New Issue
Block a user