Skip to content

Commit

Permalink
#1368: Remove pointless factor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Apr 27, 2018
1 parent 8516da8 commit bc3cec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/lib/torrent-poster.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc3cec1

Please sign in to comment.