Fix a bug in ProcessAdditional.

This commit is contained in:
DariusIII
2015-04-16 23:51:00 +02:00
parent 327ea4afbe
commit f1c2009764
+1 -1
View File
@@ -832,7 +832,7 @@ Class ProcessAdditional
preg_match('/' . $this->_videoFileRegex . '[. ")\]]/i', $this->_currentNZBFile['title'])
) {
if (isset($this->_currentNZBFile['segments'])) {
if (isset($this->_currentNZBFile['segments'][0])) {
$this->_MediaInfoMessageIDs = (string)$this->_currentNZBFile['segments'][0];
}
}