mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Increase matching percentage for matchPreDbFiles function
This commit is contained in:
@@ -1209,7 +1209,7 @@ class NameFixer
|
||||
$preFtMatch = $this->preMatch($result['filename']);
|
||||
if ($preFtMatch[0] === true) {
|
||||
similar_text($preMatch[1], $preFtMatch[1], $percent);
|
||||
if ($percent >= 85) {
|
||||
if ($percent >= 93) {
|
||||
$this->_fileName = $result['filename'];
|
||||
$release->filename = $this->_fileName;
|
||||
if ($result['title'] !== $release->searchname) {
|
||||
|
||||
Reference in New Issue
Block a user