diff --git a/Blacklight/NameFixer.php b/Blacklight/NameFixer.php index c507b453a..0f8c25099 100755 --- a/Blacklight/NameFixer.php +++ b/Blacklight/NameFixer.php @@ -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) { diff --git a/Changelog b/Changelog index 2386bbd67..1a4d8a77e 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2018-10-19 DariusIII + * Chg: Increase matching percentage for matchPreDbFiles function 2018-10-18 DariusIII * Chg: Remove unused $this->pdo instances * Chg: Try to further improve speed and RAM consumption of matchPreDbFiles function