#1332: Add album as likely name for an image containing the cover

This commit is contained in:
Borewit
2018-03-04 19:04:18 +01:00
parent 8d657d93e0
commit a114a22770

View File

@@ -78,7 +78,8 @@ function scoreCoverFile (file) {
const relevanceScore = {
cover: 100,
folder: 95,
front: 90,
album: 90,
front: 80,
back: 20
}