webtorrent/webtorrent-desktop#1368: Remove pointless factor.
This commit is contained in:
@@ -106,7 +106,7 @@ function scoreAudioCoverFile (imgFile) {
|
||||
return relevanceScore[keyword]
|
||||
}
|
||||
if (fileName.indexOf(keyword) !== -1) {
|
||||
return 0.8 * relevanceScore[keyword]
|
||||
return relevanceScore[keyword]
|
||||
}
|
||||
}
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user