mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 18:28:54 +00:00
Fix a bug in ProcessAdditional.
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user