mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
I think this is definite fix
This commit is contained in:
@@ -805,7 +805,7 @@ Class ProcessAdditional
|
||||
} //Run a PreDB filename check on insert to try and match the release
|
||||
else if (strpos($file['name'], '.') !== false) {
|
||||
$this->_release['filename'] = $this->_functions->cutStringUsingLast('.', $file['name'], 'left', false);
|
||||
$this->_release['releaseid'] = $this->_release['ID'];
|
||||
$this->_release['releaseID'] = $this->_release['ID'];
|
||||
$this->_nameFixer->matchPredbFiles($this->_release, 1, 1, true, 1, 'full');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user